* 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" - "pip install -r requirements.txt"
- "export PYTHONPATH=`pwd`" - "export PYTHONPATH=`pwd`"
- "python setup.py build_ext --inplace" - "python setup.py build_ext --inplace"
- "python -m spacy.en.download" - "python -m spacy.en.download all"
# command to run tests # command to run tests
script: script:
- py.test tests/ - py.test tests/