summaryrefslogtreecommitdiffstats
path: root/python-dockering/tox.ini
blob: 280cf78ee59e54dff2151a6f2d31a8f3dfcb5fef (plain)
1
2
3
4
5
6
7
8
9
10
# content of: tox.ini , put in same dir as setup.py
[tox]
envlist = py27,py35

[testenv]
deps=
    pytest
    coverage
    pytest-cov
commands=pytest --junitxml xunit-results.xml --cov {envsitepackagesdir}/dockering --cov-report=xml