snappass/tox.ini
Samuel Dion-Girardeau 28e19b51a7 Add support for python 3.3 in tox
And update associated documentation
2016-08-11 22:33:17 -04:00

10 lines
211 B
INI

[tox]
envlist = py27, py33, py34, py35
[testenv]
deps =
pytest
pytest-cov
commands =
pip install -r requirements.txt --use-wheel
py.test --junitxml=junit-{envname}.xml --cov-report xml tests.py