11 lines
193 B
INI
11 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
|