mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
* Fix travis.yml
This commit is contained in:
parent
24b98bc1c8
commit
16617142b7
|
@ -22,7 +22,7 @@ install:
|
|||
- "cd ../../"
|
||||
- "export PYTHONPATH=`pwd`"
|
||||
- "python bin/init_model.py lang_data/en corpora/en spacy/en/data"
|
||||
- "export SPACY_DATA='`pwd`/spacy/en/data'"
|
||||
- "export SPACY_DATA=`pwd`/spacy/en/data"
|
||||
|
||||
# run tests
|
||||
script:
|
||||
|
|
Loading…
Reference in New Issue
Block a user