Install data for pypi tests.

This commit is contained in:
Matthew Honnibal 2016-10-15 14:17:27 +02:00
parent 049197e0ae
commit e2d6bb43d1
1 changed files with 2 additions and 0 deletions

View File

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