summaryrefslogtreecommitdiffstats
path: root/k8s/tox.ini
blob: d58364bc763e1784d4ae2acb58931c3178a50d74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# content of: tox.ini , put in same dir as setup.py
[tox]
envlist = py27

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