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