parent
d0eb89cb69
commit
f1eae1a168
1 changed files with 13 additions and 0 deletions
@ -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…
Reference in new issue