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 = deps =
.[dev,tornado] .[dev,tornado]
commands = commands =
coverage run -m unittest python -m unittest
coverage report
[testenv:lint] [testenv:lint]
commands = commands =