* Upd travis.yml

This commit is contained in:
Matthew Honnibal 2015-01-31 13:50:30 +11:00
parent 0fd4a71bed
commit 951684c4ac

View File

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