snappass/tox.ini
2013-10-05 23:10:50 -07:00

10 lines
193 B
INI

[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