# tox -c tox-local.ini | tee -a logs/test_onap_dcae_dcaepolicy_lib.log 2>&1 | |
[tox] | |
envlist = py27 | |
[testenv] | |
deps= | |
-rrequirements.txt | |
cloudify-plugins-common==3.4 | |
pytest | |
coverage | |
pytest-cov | |
setenv = | |
PYTHONPATH={toxinidir} | |
# recreate = True | |
commands=pytest -v --cov onap_dcae_dcaepolicy_lib --cov-report html |