* Don't download full data during test

This commit is contained in:
Matthew Honnibal 2015-01-30 20:12:33 +11:00
parent 2da694f65e
commit e03b1fea22
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ install:
- "pip install -r requirements.txt"
- "export PYTHONPATH=`pwd`"
- "python setup.py build_ext --inplace"
- "python -m spacy.en.download"
# command to run tests
script:
- py.test tests/