Alex Shatov | 8cdeeeb | 2017-09-26 17:03:11 -0400 | [diff] [blame] | 1 | [tox] |
2 | envlist = py27 | ||||
3 | |||||
4 | [testenv] | ||||
5 | deps= | ||||
6 | -rrequirements.txt | ||||
7 | cloudify-plugins-common==3.4 | ||||
8 | pytest | ||||
9 | coverage | ||||
10 | pytest-cov | ||||
11 | setenv = | ||||
12 | PYTHONPATH={toxinidir} | ||||
13 | # recreate = True | ||||
14 | commands=pytest -v --cov onap_dcae_dcaepolicy_lib --cov-report html | ||||
15 | |||||
16 |