mirror of
https://github.com/explosion/spaCy.git
synced 2025-06-03 20:53:12 +03:00
get buildbot running
This commit is contained in:
parent
40bfedae24
commit
eaadca2bf2
|
@ -10,4 +10,4 @@ plac
|
||||||
six
|
six
|
||||||
ujson
|
ujson
|
||||||
cloudpickle
|
cloudpickle
|
||||||
sputnik == 0.5.2
|
sputnik == 0.6.2
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -220,7 +220,7 @@ def setup_package():
|
||||||
ext_modules=ext_modules,
|
ext_modules=ext_modules,
|
||||||
install_requires=['numpy', 'murmurhash == 0.24', 'cymem == 1.30', 'preshed == 0.44',
|
install_requires=['numpy', 'murmurhash == 0.24', 'cymem == 1.30', 'preshed == 0.44',
|
||||||
'thinc == 4.0.0', 'text_unidecode', 'plac', 'six',
|
'thinc == 4.0.0', 'text_unidecode', 'plac', 'six',
|
||||||
'ujson', 'cloudpickle', 'sputnik == 0.5.2'],
|
'ujson', 'cloudpickle', 'sputnik == 0.6.2'],
|
||||||
cmdclass = {
|
cmdclass = {
|
||||||
'build_ext': build_ext_subclass},
|
'build_ext': build_ext_subclass},
|
||||||
)
|
)
|
||||||
|
|
3
tox.ini
3
tox.ini
|
@ -1,6 +1,7 @@
|
||||||
[tox]
|
[tox]
|
||||||
envlist =
|
envlist =
|
||||||
py27
|
py27
|
||||||
|
py34
|
||||||
recreate = True
|
recreate = True
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
|
@ -8,5 +9,5 @@ changedir = {envtmpdir}
|
||||||
deps =
|
deps =
|
||||||
pytest
|
pytest
|
||||||
commands =
|
commands =
|
||||||
python -m spacy.en.download > /dev/null
|
python -m spacy.en.download
|
||||||
python -m pytest {toxinidir}/spacy/ --models --vectors --slow
|
python -m pytest {toxinidir}/spacy/ --models --vectors --slow
|
||||||
|
|
Loading…
Reference in New Issue
Block a user