Merge "Make tox work in a fresh scenario"
[dcaegen2/platform/cli.git] / dcae-cli / tox.ini
1 # content of: tox.ini , put in same dir as setup.py
2 [tox]
3 envlist = py27,py35
4
5 [testenv]
6 deps=
7     pytest
8     coverage
9     pytest-cov
10     mock
11 setenv =
12     PYTHONPATH={toxinidir}
13 commands=pytest dcae_cli --junitxml xunit-results.xml --cov dcae_cli --cov-report=xml