mirror of https://github.com/explosion/spaCy.git
Update buildbot.json
This commit is contained in:
parent
dfd1a1d3a2
commit
63deae47fe
|
@ -5,7 +5,7 @@
|
||||||
"python setup.py sdist"
|
"python setup.py sdist"
|
||||||
],
|
],
|
||||||
"install": [
|
"install": [
|
||||||
"pip install source.tar.gz",
|
"pip install -v source.tar.gz",
|
||||||
"python -m spacy.en.download --force"
|
"python -m spacy.en.download --force"
|
||||||
],
|
],
|
||||||
"wheel": [
|
"wheel": [
|
||||||
|
|
Loading…
Reference in New Issue