blob: e74b672b26cde09484d6249eed1fc06000225f5c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[tox]
envlist = py27,py35
[testenv]
deps=
pytest
coverage
pytest-cov
setenv =
PYTHONPATH={toxinidir}
commands=
echo "There are no tests yet"
#pytest --junitxml xunit-results.xml --cov dcaeapplib --cov-report xml
#coverage xml
|