mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 04:08:09 +03:00
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
|