From 190ee0f89a237eb003a0306687b9890376139798 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Sat, 15 Oct 2016 01:36:32 +0200 Subject: [PATCH] Fix travis.sh --- travis.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/travis.sh b/travis.sh index 597006fac..04c30a4c7 100755 --- a/travis.sh +++ b/travis.sh @@ -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