Lusheng Ji | 88648fc | 2017-09-20 02:18:20 +0000 | [diff] [blame] | 1 | # content of: tox.ini , put in same dir as setup.py |
| 2 | [tox] |
Alex Shatov | 8cdeeeb | 2017-09-26 17:03:11 -0400 | [diff] [blame^] | 3 | envlist = py27 |
Lusheng Ji | 88648fc | 2017-09-20 02:18:20 +0000 | [diff] [blame] | 4 | |
| 5 | [testenv] |
| 6 | deps= |
| 7 | -rrequirements.txt |
Alex Shatov | 8cdeeeb | 2017-09-26 17:03:11 -0400 | [diff] [blame^] | 8 | cloudify-plugins-common==3.4 |
Lusheng Ji | 88648fc | 2017-09-20 02:18:20 +0000 | [diff] [blame] | 9 | pytest |
| 10 | coverage |
| 11 | pytest-cov |
Alex Shatov | 8cdeeeb | 2017-09-26 17:03:11 -0400 | [diff] [blame^] | 12 | setenv = |
| 13 | PYTHONPATH={toxinidir} |
| 14 | commands=pytest --junitxml xunit-reports/xunit-result-onap_dcae_dcaepolicy_lib.xml --cov onap_dcae_dcaepolicy_lib --cov-report=xml |