Update tox.ini to use coverage
This commit is contained in:
parent
dc60b7e5b5
commit
e2c9848120
10
tox.ini
10
tox.ini
@ -4,12 +4,12 @@
|
|||||||
# and then run "tox" from this directory.
|
# and then run "tox" from this directory.
|
||||||
|
|
||||||
[tox]
|
[tox]
|
||||||
envlist = py36
|
envlist = py36,py37,py38
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
deps =
|
deps =
|
||||||
numpy
|
pytest
|
||||||
unittest-xml-reporting
|
coverage
|
||||||
commands =
|
commands =
|
||||||
python -m xmlrunner -o reports
|
pip install -e .
|
||||||
|
coverage run -m pytest
|
Loading…
Reference in New Issue
Block a user