megapy/tox.ini
Richard O'Dwyer 13cb3b565e testing
2019-11-06 20:00:09 +00:00

15 lines
236 B
INI

[tox]
envlist = py{36,37,38}-normal,lint
[testenv]
commands =
flake8 {toxinidir}/src/
coverage erase
python setup.py install
pytest {toxinidir}/src/tests/
passenv =
EMAIL
PASS
deps =
-rrequirements-dev.txt