mirror of https://github.com/explosion/spaCy.git
get buildbot running
This commit is contained in:
parent
16da49024d
commit
40bfedae24
3
tox.ini
3
tox.ini
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue