mirror of https://github.com/explosion/spaCy.git
* Fix travis.yml
This commit is contained in:
parent
2c1aae3cfb
commit
1364d9c74e
|
@ -22,11 +22,8 @@ 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"
|
||||
|
||||
# run tests
|
||||
script:
|
||||
- "ls corpora/en"
|
||||
- "ls spacy/en/data"
|
||||
|
||||
|
||||
#- py.test tests/
|
||||
- "py.test -x"
|
||||
|
|
Loading…
Reference in New Issue