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