mirror of
https://github.com/sprockets/sprockets-statsd.git
synced 2024-12-26 19:34:54 +00:00
Verify 100% coverage in local tox.
This commit is contained in:
parent
2aeddc8bc3
commit
e5c343e577
1 changed files with 3 additions and 2 deletions
5
tox.ini
5
tox.ini
|
@ -1,12 +1,13 @@
|
||||||
[tox]
|
[tox]
|
||||||
envlist = lint,py37,py39,tornado5
|
envlist = lint,py37,py38,py39,tornado5
|
||||||
toxworkdir = ./build/tox
|
toxworkdir = ./build/tox
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
deps =
|
deps =
|
||||||
.[dev,tornado]
|
.[dev,tornado]
|
||||||
commands =
|
commands =
|
||||||
python -m unittest
|
coverage run -m unittest
|
||||||
|
coverage report
|
||||||
|
|
||||||
[testenv:lint]
|
[testenv:lint]
|
||||||
commands =
|
commands =
|
||||||
|
|
Loading…
Reference in a new issue