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:
- VIA=compile LC_ALL=en_US.ascii
- VIA=compile
# - VIA=sdist
- VIA=pypi
install:
- "./travis.sh"

View File

@ -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