mirror of https://github.com/explosion/spaCy.git
* Fix travis.yml
This commit is contained in:
parent
fc0e964a5c
commit
2fb4e932a3
|
@ -15,6 +15,7 @@ install:
|
|||
- "pip install -r requirements.txt"
|
||||
- "python setup.py build_ext --inplace"
|
||||
- "mkdir -p corpora/en"
|
||||
- "cd corpora/en && wget --no-check-certificate http://wordnetcode.princeton.edu/3.0/WordNet-3.0.tar.gz && tar -xzf WordNet-3.0.tar.gz && mv WordNet-3.0 wordnet"
|
||||
- "export PYTHONPATH=`pwd`"
|
||||
- "python bin/init_model.py lang_data/en corpora/en spacy/en/data"
|
||||
|
||||
|
|
Loading…
Reference in New Issue