mirror of https://github.com/explosion/spaCy.git
14 lines
212 B
INI
14 lines
212 B
INI
|
[tox]
|
||
|
envlist =
|
||
|
py27
|
||
|
py34
|
||
|
recreate = True
|
||
|
|
||
|
[testenv]
|
||
|
changedir = {envtmpdir}
|
||
|
deps =
|
||
|
pytest
|
||
|
commands =
|
||
|
python -m spacy.en.download
|
||
|
python -m pytest {toxinidir}/spacy/ --models --vectors --slow
|