We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01d002e commit 145bc68Copy full SHA for 145bc68
1 file changed
tox.ini
@@ -2,8 +2,7 @@
2
envlist =
3
py{3.6,3.7,3.8,3.9},
4
check,
5
- docs,
6
- coverage
+ docs
7
skip_missing_interpreters =
8
true
9
@@ -15,18 +14,6 @@ deps =
15
14
commands =
16
nosetests
17
18
-[testenv:coverage]
19
-# Generates coverage report
20
-passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
21
-deps =
22
- -r{toxinidir}/requirements.txt
23
- nose
24
25
- coveralls
26
-commands =
27
- nosetests --with-coverage --cover-package=dice_notation
28
29
-
30
[testenv:check]
31
# Checks code rules
32
deps =
0 commit comments