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