aboutsummaryrefslogtreecommitdiffhomepage
path: root/python/tox.ini
diff options
context:
space:
mode:
authorGravatar Dan O'Reilly <oreilldf@gmail.com>2015-08-20 20:49:45 -0400
committerGravatar Dan O'Reilly <oreilldf@gmail.com>2015-08-20 20:49:45 -0400
commit3791c8051a587de347c3aa1c03de79dce38c1a2e (patch)
tree37b03986e494555efd2c5ca968d12aed62e7f8c3 /python/tox.ini
parent5de2a81b017273c9d91d6a54fc138cf077763730 (diff)
Fix travis build
Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
Diffstat (limited to 'python/tox.ini')
-rw-r--r--python/tox.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/tox.ini b/python/tox.ini
index ebe75459..d758512d 100644
--- a/python/tox.ini
+++ b/python/tox.ini
@@ -6,6 +6,7 @@ envlist =
py{26,27}-{cpp,python}
[testenv]
+usedevelop=true
setenv =
cpp: LD_LIBRARY_PATH={toxinidir}/../src/.libs
cpp: PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=cpp
@@ -16,6 +17,7 @@ commands =
python: python setup.py -q test -q
cpp: python setup.py -q test -q --cpp_implementation
deps =
+ # Keep this list of dependencies in sync with setup.py.
six
py26: ordereddict
py26: unittest2