From 3ba9994f1f7c986a6404fd63336514ff7aad5ee9 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Mon, 4 Sep 2017 18:44:23 +0200 Subject: [PATCH] Update travis --- .travis.yml | 3 +-- travis.sh | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8be9a35ca..5d15c33d9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,8 +14,7 @@ os: env: - VIA=compile LC_ALL=en_US.ascii - VIA=compile - -# - VIA=sdist + - VIA=pypi install: - "./travis.sh" diff --git a/travis.sh b/travis.sh index 49cc3f158..4ed998ec0 100755 --- a/travis.sh +++ b/travis.sh @@ -4,7 +4,6 @@ if [ "${VIA}" == "pypi" ]; then rm -rf * pip install spacy python -m spacy download en - python -m spacy.de.download fi if [[ "${VIA}" == "sdist" && "${TRAVIS_PULL_REQUEST}" == "false" ]]; then