Update travis

This commit is contained in:
Matthew Honnibal 2017-09-04 18:44:23 +02:00
parent d47af99561
commit 3ba9994f1f
2 changed files with 1 additions and 3 deletions

View File

@ -14,8 +14,7 @@ os:
env: env:
- VIA=compile LC_ALL=en_US.ascii - VIA=compile LC_ALL=en_US.ascii
- VIA=compile - VIA=compile
- VIA=pypi
# - VIA=sdist
install: install:
- "./travis.sh" - "./travis.sh"

View File

@ -4,7 +4,6 @@ if [ "${VIA}" == "pypi" ]; then
rm -rf * rm -rf *
pip install spacy pip install spacy
python -m spacy download en python -m spacy download en
python -m spacy.de.download
fi fi
if [[ "${VIA}" == "sdist" && "${TRAVIS_PULL_REQUEST}" == "false" ]]; then if [[ "${VIA}" == "sdist" && "${TRAVIS_PULL_REQUEST}" == "false" ]]; then