Update buildbot.json

This commit is contained in:
Henning Peters 2016-02-22 06:13:09 +01:00
parent 1501ef58e0
commit dfd1a1d3a2
1 changed files with 4 additions and 0 deletions

View File

@ -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": {