Add tox file
This commit is contained in:
parent
3bddbb4af3
commit
879e93e987
1 changed files with 8 additions and 0 deletions
8
tox.ini
Normal file
8
tox.ini
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[tox]
|
||||
envlist = py26, py27
|
||||
|
||||
[testenv]
|
||||
deps = -r{toxinidir}/requirements.txt
|
||||
commands =
|
||||
{envpython} setup.py test
|
||||
nosetests
|
||||
Loading…
Add table
Add a link
Reference in a new issue