spaCy/tox.ini
2015-12-13 14:13:46 +01:00

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