Update travis.sh

This commit is contained in:
Matthew Honnibal 2016-10-15 01:23:25 +02:00
parent 0db81d371c
commit eb0388e2b2
1 changed files with 2 additions and 2 deletions

View File

@ -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