From 3791c8051a587de347c3aa1c03de79dce38c1a2e Mon Sep 17 00:00:00 2001 From: Dan O'Reilly Date: Thu, 20 Aug 2015 20:49:45 -0400 Subject: Fix travis build Signed-off-by: Dan O'Reilly --- python/tox.ini | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python/tox.ini') 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 -- cgit v1.2.3