Try to fix travis

This commit is contained in:
Matthew Honnibal 2017-09-26 06:54:21 -05:00
parent 74f08e1ad5
commit 0196ff85da
1 changed files with 1 additions and 0 deletions

View File

@ -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