Added tox file
This commit is contained in:
parent
93b9b6fd9f
commit
bf8875d930
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,py32,py33,pypy
|
||||
|
||||
[testenv]
|
||||
commands =
|
||||
pip install -e {toxinidir}
|
||||
pip install -e {toxinidir}[test]
|
||||
python setup.py test
|
||||
Loading…
Add table
Add a link
Reference in a new issue