snappass/tox.ini

11 lines
193 B
INI
Raw Normal View History

2013-10-05 23:12:31 +02:00
[tox]
envlist = py27
[testenv]
deps =
pytest
pytest-cov
commands =
pip install -r requirements.txt --use-wheel
py.test --junitxml=junit-{envname}.xml --cov-report xml tests.py