Verify 100% coverage in local tox.

This commit is contained in:
Dave Shawley 2021-03-24 07:35:49 -04:00
parent 2aeddc8bc3
commit e5c343e577
No known key found for this signature in database
GPG key ID: 44A9C9992CCFAB82

View file

@ -1,12 +1,13 @@
[tox]
envlist = lint,py37,py39,tornado5
envlist = lint,py37,py38,py39,tornado5
toxworkdir = ./build/tox
[testenv]
deps =
.[dev,tornado]
commands =
python -m unittest
coverage run -m unittest
coverage report
[testenv:lint]
commands =