spaCy/tox.ini
2015-12-13 23:32:23 +01:00

14 lines
215 B
INI

[tox]
envlist =
py27
py34
recreate = True
[testenv]
changedir = {envtmpdir}
deps =
pytest
commands =
python -m spacy.en.download
python -m pytest {toxinidir}/spacy/ -x --models --vectors --slow