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

[testenv]
deps=
    -rrequirements.txt
    pytest
    coverage
    pytest-cov
commands=
    pytest --junitxml xunit-results.xml --cov cdapcloudify --cov-report xml
    coverage xml