mirror of
https://github.com/sprockets/sprockets-statsd.git
synced 2024-11-14 19:29:30 +00:00
Remove coverage from tox.ini.
This makes running in parallel work properly.
This commit is contained in:
parent
51e1f2ccae
commit
5a52437857
1 changed files with 1 additions and 2 deletions
3
tox.ini
3
tox.ini
|
@ -6,8 +6,7 @@ toxworkdir = ./build/tox
|
|||
deps =
|
||||
.[dev,tornado]
|
||||
commands =
|
||||
coverage run -m unittest
|
||||
coverage report
|
||||
python -m unittest
|
||||
|
||||
[testenv:lint]
|
||||
commands =
|
||||
|
|
Loading…
Reference in a new issue