|
|
|
@ -1,6 +1,6 @@ |
|
|
|
|
[tox] |
|
|
|
|
envlist = |
|
|
|
|
py{27,33,34,35,36,37,38,39}-{cpp,python} |
|
|
|
|
py{33,34,35,36,37,38,39}-{cpp,python} |
|
|
|
|
|
|
|
|
|
[testenv] |
|
|
|
|
usedevelop=true |
|
|
|
@ -14,8 +14,6 @@ setenv = |
|
|
|
|
commands = |
|
|
|
|
python setup.py -q build_py |
|
|
|
|
python: python setup.py -q build |
|
|
|
|
# --warnings_as_errors disabled for Python 2.7 because _POSIX_C_SOURCE and _XOPEN_SOURCE are redefined |
|
|
|
|
py27-cpp: python setup.py -q build --cpp_implementation --compile_static_extension |
|
|
|
|
py{33,34,35,36,37,38,39}-cpp: python setup.py -q build --cpp_implementation --warnings_as_errors --compile_static_extension |
|
|
|
|
python: python setup.py -q test -q |
|
|
|
|
cpp: python setup.py -q test -q --cpp_implementation |
|
|
|
@ -24,5 +22,3 @@ commands = |
|
|
|
|
deps = |
|
|
|
|
# Keep this list of dependencies in sync with setup.py. |
|
|
|
|
six>=1.9 |
|
|
|
|
py26: ordereddict |
|
|
|
|
py26: unittest2 |
|
|
|
|