Skip to content

Commit 145bc68

Browse files
committed
Updated config
1 parent 01d002e commit 145bc68

1 file changed

Lines changed: 1 addition & 14 deletions

File tree

tox.ini

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
envlist =
33
py{3.6,3.7,3.8,3.9},
44
check,
5-
docs,
6-
coverage
5+
docs
76
skip_missing_interpreters =
87
true
98

@@ -15,18 +14,6 @@ deps =
1514
commands =
1615
nosetests
1716

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-
coverage
25-
coveralls
26-
commands =
27-
nosetests --with-coverage --cover-package=dice_notation
28-
coveralls
29-
3017
[testenv:check]
3118
# Checks code rules
3219
deps =

0 commit comments

Comments
 (0)