* Try not downloading stuff for travis.yml

This commit is contained in:
Matthew Honnibal 2015-04-13 05:59:05 +02:00
parent f5d2102421
commit ee317446bd

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 all"
# command to run tests
script:
- py.test tests/