summaryrefslogtreecommitdiffstats
path: root/onap-dcae-dcaepolicy-lib/tox-local.ini
blob: 41d570842b1e8dee0bc06f5d77cdc4d5c049df74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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