spaCy/tox.ini

14 lines
215 B
INI
Raw Normal View History

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