spaCy/tox.ini

13 lines
215 B
INI
Raw Normal View History

2015-12-13 13:49:17 +03:00
[tox]
envlist =
py27
recreate = True
[testenv]
changedir = {envtmpdir}
deps =
pytest
commands =
2015-12-13 15:32:27 +03:00
python -m spacy.en.download > /dev/null
2015-12-13 13:49:17 +03:00
python -m pytest {toxinidir}/spacy/ --models --vectors --slow