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