mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 04:08:09 +03:00
Update travis.sh
This commit is contained in:
parent
7b51990f3a
commit
0db81d371c
|
@ -7,7 +7,7 @@ fi
|
||||||
|
|
||||||
if [ "${VIA}" == "sdist" ]; then
|
if [ "${VIA}" == "sdist" ]; then
|
||||||
rm -rf *
|
rm -rf *
|
||||||
wget https://api.explosion.ai/build/spaCy/$TRAVIS_COMMIT spacy.tgz
|
wget https://api.explosion.ai/build/spacy/sdist/$TRAVIS_COMMIT spacy.tgz
|
||||||
pip install spacy.tgz
|
pip install spacy.tgz
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user