Update tox.ini to use coverage

This commit is contained in:
blackfly 2020-04-06 21:05:57 +02:00
parent dc60b7e5b5
commit e2c9848120

10
tox.ini
View File

@ -4,12 +4,12 @@
# and then run "tox" from this directory.
[tox]
envlist = py36
envlist = py36,py37,py38
[testenv]
deps =
numpy
unittest-xml-reporting
pytest
coverage
commands =
python -m xmlrunner -o reports
pip install -e .
coverage run -m pytest