Skip to content

Commit 6d59a20

Browse files
committed
Disable nose coverage collection
The nose tests are an empty stub for now and they fail because there is no coverage at all if coverage is enabled.
1 parent 34f5b13 commit 6d59a20

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tox.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ envlist=flake8,py27,py35,docs
66
[testenv]
77
deps=
88
-r{toxinidir}/requirements.txt
9-
coverage
109
nose
11-
nosexcover
1210
setenv=
1311
PYTHONDONTWRITEBYTECODE=true
1412
commands=

0 commit comments

Comments
 (0)