get buildbot running

This commit is contained in:
Henning Peters 2015-12-13 13:32:27 +01:00
parent 16da49024d
commit 40bfedae24
1 changed files with 1 additions and 2 deletions

View File

@ -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