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

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