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