get buildbot running

This commit is contained in:
Henning Peters 2015-12-13 14:13:46 +01:00
parent 40bfedae24
commit eaadca2bf2
3 changed files with 4 additions and 3 deletions

View File

@ -10,4 +10,4 @@ plac
six
ujson
cloudpickle
sputnik == 0.5.2
sputnik == 0.6.2

View File

@ -220,7 +220,7 @@ def setup_package():
ext_modules=ext_modules,
install_requires=['numpy', 'murmurhash == 0.24', 'cymem == 1.30', 'preshed == 0.44',
'thinc == 4.0.0', 'text_unidecode', 'plac', 'six',
'ujson', 'cloudpickle', 'sputnik == 0.5.2'],
'ujson', 'cloudpickle', 'sputnik == 0.6.2'],
cmdclass = {
'build_ext': build_ext_subclass},
)

View File

@ -1,6 +1,7 @@
[tox]
envlist =
py27
py34
recreate = True
[testenv]
@ -8,5 +9,5 @@ changedir = {envtmpdir}
deps =
pytest
commands =
python -m spacy.en.download > /dev/null
python -m spacy.en.download
python -m pytest {toxinidir}/spacy/ --models --vectors --slow