Fix travis.sh

This commit is contained in:
Matthew Honnibal 2016-10-15 01:36:32 +02:00
parent eb0388e2b2
commit 190ee0f89a
1 changed files with 2 additions and 1 deletions

View File

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