mirror of https://github.com/explosion/spaCy.git
Update buildbot.json
This commit is contained in:
parent
1501ef58e0
commit
dfd1a1d3a2
|
@ -7,6 +7,10 @@
|
||||||
"install": [
|
"install": [
|
||||||
"pip install source.tar.gz",
|
"pip install source.tar.gz",
|
||||||
"python -m spacy.en.download --force"
|
"python -m spacy.en.download --force"
|
||||||
|
],
|
||||||
|
"wheel": [
|
||||||
|
"python untar.py source.tar.gz .",
|
||||||
|
"python setup.py bdist_wheel"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"test": {
|
"test": {
|
||||||
|
|
Loading…
Reference in New Issue