Update travis sh

This commit is contained in:
Matthew Honnibal 2016-10-15 16:24:11 +02:00
parent 5e923b9bfa
commit 4f2ac17fd9

View File

@ -9,9 +9,10 @@ fi
if [ "${VIA}" == "sdist" ]; then if [ "${VIA}" == "sdist" ]; then
rm -rf * rm -rf *
pip uninstall spacy
wget https://api.explosion.ai/build/spacy/sdist/$TRAVIS_COMMIT wget https://api.explosion.ai/build/spacy/sdist/$TRAVIS_COMMIT
mv $TRAVIS_COMMIT sdist.tgz mv $TRAVIS_COMMIT sdist.tgz
pip install sdist.tgz pip install -U sdist.tgz
fi fi