diff --git a/tox.ini b/tox.ini index 31daf11a1..5a825ccf1 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,6 @@ [tox] envlist = py27 - py34 recreate = True [testenv] @@ -9,5 +8,5 @@ changedir = {envtmpdir} deps = pytest commands = - python -m spacy.en.download + python -m spacy.en.download > /dev/null python -m pytest {toxinidir}/spacy/ --models --vectors --slow