mirror of https://github.com/explosion/spaCy.git
* Fix travis.yml
This commit is contained in:
parent
f35ff173b0
commit
35a9fb437f
|
@ -22,8 +22,7 @@ install:
|
||||||
- "cd ../../"
|
- "cd ../../"
|
||||||
- "export PYTHONPATH=`pwd`"
|
- "export PYTHONPATH=`pwd`"
|
||||||
- "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"
|
||||||
- "export SPACY_DATA=`pwd`/spacy/en/data"
|
|
||||||
|
|
||||||
# run tests
|
# run tests
|
||||||
script:
|
script:
|
||||||
- "py.test -x"
|
- "py.test tests/ -x"
|
||||||
|
|
Loading…
Reference in New Issue