* Update travis.yml

This commit is contained in:
Matthew Honnibal 2015-07-23 02:52:06 +02:00
parent 082ae5aaf7
commit af5bab55b3
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ install:
- "pip install cython fabric fabtools" - "pip install cython fabric fabtools"
- "pip install -r requirements.txt" - "pip install -r requirements.txt"
- "python setup.py build_ext --inplace" - "python setup.py build_ext --inplace"
- "mkdir corpora/en" - "mkdir -p corpora/en"
- "python bin/init_model.py lang_data/en corpora/en spacy/en/data" - "python bin/init_model.py lang_data/en corpora/en spacy/en/data"
# run tests # run tests