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

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