* Fix travis.yml

This commit is contained in:
Matthew Honnibal 2015-07-23 03:00:17 +02:00
parent af5bab55b3
commit fc0e964a5c
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ install:
- "pip install -r requirements.txt"
- "python setup.py build_ext --inplace"
- "mkdir -p corpora/en"
- "export PYTHONPATH=`pwd`"
- "python bin/init_model.py lang_data/en corpora/en spacy/en/data"
# run tests