From 0196ff85da65e118501688eeee96120740655c0b Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Tue, 26 Sep 2017 06:54:21 -0500 Subject: [PATCH] Try to fix travis --- travis.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/travis.sh b/travis.sh index eed6a96f2..1940955b4 100755 --- a/travis.sh +++ b/travis.sh @@ -17,6 +17,7 @@ fi if [ "${VIA}" == "compile" ]; then pip install -r requirements.txt + export PYTHONPATH=`pwd` python setup.py build_ext --inplace pip install -e . fi