* Upd travis.yml

This commit is contained in:
Matthew Honnibal 2015-01-30 20:27:35 +11:00
parent 8b85d0bb8a
commit a2bed49ac7

View File

@ -14,6 +14,7 @@ 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/