mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-10 16:22:29 +03:00
Try to fix travis
This commit is contained in:
parent
74f08e1ad5
commit
0196ff85da
|
@ -17,6 +17,7 @@ fi
|
||||||
|
|
||||||
if [ "${VIA}" == "compile" ]; then
|
if [ "${VIA}" == "compile" ]; then
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
export PYTHONPATH=`pwd`
|
||||||
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
Block a user