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