mirror of https://github.com/explosion/spaCy.git
Try to fix crazy travis error
This commit is contained in:
parent
edf7e4881d
commit
02c65155ab
|
@ -17,6 +17,7 @@ fi
|
||||||
|
|
||||||
if [ "${VIA}" == "compile" ]; then
|
if [ "${VIA}" == "compile" ]; then
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
python setup.py clean --all
|
||||||
python setup.py build_ext --inplace
|
python setup.py build_ext --inplace
|
||||||
pip install -e .
|
pip install -e .
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue