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