Remove coverage from tox.ini.

This makes running in parallel work properly.
This commit is contained in:
Dave Shawley 2021-03-30 08:10:24 -04:00
parent 51e1f2ccae
commit 5a52437857
No known key found for this signature in database
GPG key ID: F41A8A99298F8EED

View file

@ -6,8 +6,7 @@ toxworkdir = ./build/tox
deps =
.[dev,tornado]
commands =
coverage run -m unittest
coverage report
python -m unittest
[testenv:lint]
commands =