Test under tox: Python 2.6, 2.7, 3.3, 3.4.
This commit is contained in:
parent
d0eb89cb69
commit
f1eae1a168
1 changed files with 13 additions and 0 deletions
13
python/tox.ini
Normal file
13
python/tox.ini
Normal file
|
@ -0,0 +1,13 @@
|
|||
[tox]
|
||||
envlist =
|
||||
py26,py27,py33,py34
|
||||
|
||||
[testenv]
|
||||
usedevelop = true
|
||||
setenv =
|
||||
LD_LIBRARY_PATH={toxinidir}/../src/.libs
|
||||
commands =
|
||||
python setup.py -q --cpp_implementation develop
|
||||
python setup.py -q test -q
|
||||
deps =
|
||||
six
|
Loading…
Add table
Reference in a new issue