snappass/tox.ini

11 lines
223 B
INI
Raw Permalink Normal View History

2013-10-05 23:12:31 +02:00
[tox]
envlist = py26, py27, py33, py34, py35, py36
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