blob: d8386d82f0714e600ecd11a4b86cb7f8ddcdd885 [file] [log] [blame]
Lusheng Ji88648fc2017-09-20 02:18:20 +00001# content of: tox.ini , put in same dir as setup.py
2[tox]
3envlist = py27,py35
4
5[testenv]
6deps=
Lusheng Ji88648fc2017-09-20 02:18:20 +00007 pytest
8 coverage
9 pytest-cov
Andrew Gauld373f0f32018-02-21 11:14:46 -050010setenv=
11 PYTHONPATH={toxinidir}
12commands=
13 pytest --junitxml xunit-results.xml --cov discovery_client --cov-report=xml
14 coverage xml