diff --git a/.travis.yml b/.travis.yml index 1f603e268..cbe0cb1b0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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