blob: 71de279131ba4f9e03427cdb031dcc5ea6fabf56 [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 dockering --cov-report xml
14 coverage xml