Fix travis.sh

This commit is contained in:
Matthew Honnibal 2017-09-16 11:49:31 +02:00
parent 3fa5b40b5c
commit 8a829eb98c
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 build_ext --inplace
pip install -e .
fi