pnf ready event consumer
[so.git] / aria / aria-rest-server / tox.ini
1 [tox]
2 envlist = py27,py35
3 [testenv]
4 deps=
5   pytest
6   coverage
7   pytest-cov
8 setenv =
9   PYTHONPATH={toxinidir}
10 commands=
11   echo "There are no tests yet"
12   #pytest --junitxml xunit-results.xml --cov dcaeapplib --cov-report xml
13   #coverage xml