* Fix travis.yml

This commit is contained in:
Matthew Honnibal 2015-07-23 02:38:14 +02:00
parent 247e592c2c
commit 082ae5aaf7
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ install:
- "pip install --upgrade setuptools"
- "pip install cython fabric fabtools"
- "pip install -r requirements.txt"
- "fab make"
- "python setup.py build_ext --inplace"
- "mkdir corpora/en"
- "python bin/init_model.py lang_data/en corpora/en spacy/en/data"