spaCy/tox.ini

14 lines
215 B
INI
Raw Normal View History

2015-12-13 13:49:17 +03:00
[tox]
envlist =
py27
2015-12-13 16:13:46 +03:00
py34
2015-12-13 13:49:17 +03:00
recreate = True
[testenv]
changedir = {envtmpdir}
deps =
pytest
commands =
2015-12-13 16:13:46 +03:00
python -m spacy.en.download
2015-12-14 01:32:23 +03:00
python -m pytest {toxinidir}/spacy/ -x --models --vectors --slow