megapy/tox.ini

13 lines
208 B
INI
Raw Normal View History

2019-10-16 20:26:07 +00:00
[tox]
envlist = py{27,37}-normal,lint
[testenv]
commands =
flake8 {toxinidir}/src/
coverage erase
2019-10-16 20:59:31 +00:00
python setup.py install
pytest {toxinidir}/tests/tests.py
2019-10-16 20:26:07 +00:00
deps =
-rrequirements-dev.txt