summaryrefslogtreecommitdiffstats
path: root/dcae-policy/tox-local.ini
blob: d3ffbb0cde342a665f94584c9b9833ba79b25b08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# tox -c tox-local.ini | tee -a logs/test_dcaepolicyplugin.log 2>&1
[tox]
envlist = py27,py36

[testenv]
deps=
    -rrequirements.txt
    pytest
    coverage
    pytest-cov
whitelist_externals=
    /bin/mkdir
# recreate = True
commands=
    mkdir -p logs
    pytest -v --cov dcaepolicyplugin --cov-report html