blob: 78af290d37a257d40bc9968d9d3e7d9deb6494a6 [file] [log] [blame]
Lusheng Ji88648fc2017-09-20 02:18:20 +00001# content of: tox.ini , put in same dir as setup.py
2[tox]
Alex Shatov8cdeeeb2017-09-26 17:03:11 -04003envlist = py27
Lusheng Ji88648fc2017-09-20 02:18:20 +00004
5[testenv]
6deps=
7 -rrequirements.txt
Alex Shatov8cdeeeb2017-09-26 17:03:11 -04008 cloudify-plugins-common==3.4
Lusheng Ji88648fc2017-09-20 02:18:20 +00009 pytest
10 coverage
11 pytest-cov
Alex Shatov8cdeeeb2017-09-26 17:03:11 -040012setenv =
13 PYTHONPATH={toxinidir}
14commands=pytest --junitxml xunit-reports/xunit-result-onap_dcae_dcaepolicy_lib.xml --cov onap_dcae_dcaepolicy_lib --cov-report=xml