Jeremy Phelps | ff9c524 | 2018-03-23 12:15:38 -0500 | [diff] [blame] | 1 | [tox] |
Jeremy Phelps | 79f13c5 | 2018-03-27 17:43:51 -0500 | [diff] [blame] | 2 | envlist = py27 |
Jeremy Phelps | ff9c524 | 2018-03-23 12:15:38 -0500 | [diff] [blame] | 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 |