mirror of
https://github.com/sprockets/sprockets-statsd.git
synced 2025-04-11 09:21:05 -09: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 =
|
deps =
|
||||||
.[dev,tornado]
|
.[dev,tornado]
|
||||||
commands =
|
commands =
|
||||||
coverage run -m unittest
|
python -m unittest
|
||||||
coverage report
|
|
||||||
|
|
||||||
[testenv:lint]
|
[testenv:lint]
|
||||||
commands =
|
commands =
|
||||||
|
|
Loading…
Add table
Reference in a new issue