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

[testenv]
deps=
    -rrequirements.txt
    pytest
    coverage
    pytest-cov
# recreate = True
commands=
    pytest -v --cov clamppolicyplugin --cov-report html