summaryrefslogtreecommitdiffstats
path: root/dcae-cli/tox.ini
blob: 2d6491c2f09e3aa0a369266a46ec430737a78ac2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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 --cov-report term
    coverage xml