Update buildbot.json

This commit is contained in:
Henning Peters 2016-02-23 13:36:04 +01:00
parent dfd1a1d3a2
commit 63deae47fe
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
"python setup.py sdist"
],
"install": [
"pip install source.tar.gz",
"pip install -v source.tar.gz",
"python -m spacy.en.download --force"
],
"wheel": [