1
0

travis: use Tox for test automation

This commit is contained in:
Roman Zeyde
2015-07-02 12:31:14 +03:00
parent e8dd11161b
commit 1eccadfc13
3 changed files with 13 additions and 4 deletions

10
tox.ini Normal file
View File

@@ -0,0 +1,10 @@
[tox]
envlist = py27
[testenv]
deps=
pytest
coverage
commands=
coverage run --source=lib -m py.test -v
coverage report