diff --git a/travis.sh b/travis.sh index 04c30a4c7..6e8506369 100755 --- a/travis.sh +++ b/travis.sh @@ -3,6 +3,8 @@ if [ "${VIA}" == "pypi" ]; then rm -rf * pip install spacy + python -m spacy.en.download + python -m spacy.de.download fi if [ "${VIA}" == "sdist" ]; then