Try to fix travis

This commit is contained in:
Matthew Honnibal 2017-09-26 14:00:25 +02:00
parent 02c65155ab
commit ddee15cee9

View File

@ -18,7 +18,6 @@ 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