28e19b51a7
And update associated documentation
10 lines
211 B
INI
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
|