summaryrefslogtreecommitdiffstats
path: root/cdap/cdapplugin/tox-local.ini
blob: 16645619fc0a514b11335de613009a9d30bd6363 (plain)
1
2
3
4
5
6
7
8
9
10
11
[tox]
envlist = py27,py36

[testenv]
deps=
    -rrequirements.txt
    pytest
    coverage
    pytest-cov
commands=
    pytest --cov {envsitepackagesdir}/cdapcloudify  --cov-report html