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] [tox]
envlist = lint,py37,py39,tornado5 envlist = lint,py37,py38,py39,tornado5
toxworkdir = ./build/tox toxworkdir = ./build/tox
[testenv] [testenv]
deps = deps =
.[dev,tornado] .[dev,tornado]
commands = commands =
python -m unittest coverage run -m unittest
coverage report
[testenv:lint] [testenv:lint]
commands = commands =