|
@@ -6,6 +6,7 @@ envlist =
|
|
py{26,27}-{cpp,python}
|
|
py{26,27}-{cpp,python}
|
|
|
|
|
|
[testenv]
|
|
[testenv]
|
|
|
|
+usedevelop=true
|
|
setenv =
|
|
setenv =
|
|
cpp: LD_LIBRARY_PATH={toxinidir}/../src/.libs
|
|
cpp: LD_LIBRARY_PATH={toxinidir}/../src/.libs
|
|
cpp: PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=cpp
|
|
cpp: PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=cpp
|
|
@@ -16,6 +17,7 @@ commands =
|
|
python: python setup.py -q test -q
|
|
python: python setup.py -q test -q
|
|
cpp: python setup.py -q test -q --cpp_implementation
|
|
cpp: python setup.py -q test -q --cpp_implementation
|
|
deps =
|
|
deps =
|
|
|
|
+ # Keep this list of dependencies in sync with setup.py.
|
|
six
|
|
six
|
|
py26: ordereddict
|
|
py26: ordereddict
|
|
py26: unittest2
|
|
py26: unittest2
|