spaCy/tox.ini

14 lines
212 B
INI
Raw Normal View History

2015-12-13 10:49:17 +00:00
[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