b0f267a51d11e9fc9e802b39fb6485fc2075fe65
[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 commands=pytest --junitxml xunit-results.xml --cov {envsitepackagesdir}/dcae_cli --cov-report=xml