3f8a43b3b9e2543373984a122193e193f715dbab
[dcaegen2/platform.git] / mod / distributorapi / tox.ini
1 [tox]
2 envlist = py37,py38
3
4 [testenv]
5 deps=
6     pytest
7     coverage
8     pytest-cov
9 setenv =
10     PYTHONPATH={toxinidir}
11 passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
12 commands=
13     pytest tests --junitxml xunit-results.xml --cov distributor --cov-report xml \
14         --cov-report term --cov-report html