summaryrefslogtreecommitdiffstats
path: root/cdap/cdapplugin/tox.ini
blob: 246851e9e8e26e567ab7960b3781850909a53055 (plain)
1
2
3
4
5
6
7
8
9
10
[tox]
envlist = py27
[testenv]
deps=
   -rrequirements.txt 
    cloudify==3.4
    pytest
    coverage
    pytest-cov
commands=pytest --junitxml xunit-reports/xunit-result-cdapcloudify.xml --cov {envsitepackagesdir} --cov-report=xml