megapy/tox.ini
Richard O'Dwyer 4882d0824b travis config
2019-10-16 22:07:13 +01:00

13 lines
209 B
INI

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