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] [tox]
envlist = envlist =
py27 py27
py34
recreate = True recreate = True
[testenv] [testenv]
@ -9,5 +8,5 @@ changedir = {envtmpdir}
deps = deps =
pytest pytest
commands = commands =
python -m spacy.en.download python -m spacy.en.download > /dev/null
python -m pytest {toxinidir}/spacy/ --models --vectors --slow python -m pytest {toxinidir}/spacy/ --models --vectors --slow