Try to fix crazy travis error

This commit is contained in:
Matthew Honnibal 2017-09-26 12:50:31 +02:00
parent edf7e4881d
commit 02c65155ab
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
python setup.py clean --all
python setup.py build_ext --inplace
pip install -e .
fi