snappass/tox.ini

16 lines
302 B
INI
Raw Permalink Normal View History

2013-10-05 23:12:31 +02:00
[tox]
2017-04-23 07:36:41 +02:00
envlist = py26, py27, py33, py34, py35, py36, flake8
2013-10-05 23:12:31 +02:00
[testenv]
deps =
pytest
pytest-cov
commands =
pip install -r requirements.txt --use-wheel
py.test --junitxml=junit-{envname}.xml --cov-report xml tests.py
2017-04-23 07:36:41 +02:00
[testenv:flake8]
2017-04-23 07:36:41 +02:00
commands =
pip install flake8
flake8 snappass/