Lusheng Ji | 88648fc | 2017-09-20 02:18:20 +0000 | [diff] [blame^] | 1 | # content of: tox.ini , put in same dir as setup.py |
2 | [tox] | ||||
3 | envlist = py27,py35 | ||||
4 | |||||
5 | [testenv] | ||||
6 | deps= | ||||
7 | -rrequirements.txt | ||||
8 | pytest | ||||
9 | coverage | ||||
10 | pytest-cov | ||||
11 | commands=pytest --junitxml xunit-results.xml --cov {envsitepackagesdir} --cov-report=xml |