blob: 435de036381b409ada21dd708fc5aa1f9e68c2af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[tox]
envlist = py27
[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
|