summaryrefslogtreecommitdiffstats
path: root/dcae-cli/tox.ini
blob: b0f267a51d11e9fc9e802b39fb6485fc2075fe65 (plain)
1
2
3
4
5
6
7
8
9
10
11
# content of: tox.ini , put in same dir as setup.py
[tox]
envlist = py27,py35

[testenv]
deps=
    pytest
    coverage
    pytest-cov
    mock
commands=pytest --junitxml xunit-results.xml --cov {envsitepackagesdir}/dcae_cli --cov-report=xml