mirror of https://github.com/explosion/spaCy.git
get travis running
This commit is contained in:
parent
4e3240a5a9
commit
f11a7ae2e8
|
@ -19,4 +19,4 @@ install:
|
||||||
script:
|
script:
|
||||||
- mkdir tmp; cd tmp
|
- mkdir tmp; cd tmp
|
||||||
- python -m spacy.en.download
|
- python -m spacy.en.download
|
||||||
- python -m pytest spacy/ -x --models --vectors --slow
|
- python -m pytest ../spacy/ -x --models --vectors --slow
|
||||||
|
|
Loading…
Reference in New Issue