mirror of https://github.com/explosion/spaCy.git
* Fix travis.yml
This commit is contained in:
parent
af5bab55b3
commit
fc0e964a5c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue