Alex Shatov | 90f2105 | 2018-01-10 11:39:32 -0500 | [diff] [blame] | 1 | # tox -c tox-local.ini | tee -a logs/test_onap_dcae_dcaepolicy_lib.log 2>&1 |
Alex Shatov | 8cdeeeb | 2017-09-26 17:03:11 -0400 | [diff] [blame] | 2 | [tox] |
3 | envlist = py27 | ||||
4 | |||||
5 | [testenv] | ||||
6 | deps= | ||||
7 | -rrequirements.txt | ||||
8 | cloudify-plugins-common==3.4 | ||||
9 | pytest | ||||
10 | coverage | ||||
11 | pytest-cov | ||||
12 | setenv = | ||||
13 | PYTHONPATH={toxinidir} | ||||
14 | # recreate = True | ||||
15 | commands=pytest -v --cov onap_dcae_dcaepolicy_lib --cov-report html |