megapy/tox.ini

14 lines
213 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
2019-10-16 21:16:46 +00:00
pytest {toxinidir}/src/tests/tests.py
2019-10-16 20:26:07 +00:00
2019-10-16 21:07:13 +00:00
2019-10-16 20:26:07 +00:00
deps =
-rrequirements-dev.txt