diff --git a/buildbot.json b/buildbot.json index 4745d9439..9138fcfb2 100644 --- a/buildbot.json +++ b/buildbot.json @@ -7,6 +7,10 @@ "install": [ "pip install source.tar.gz", "python -m spacy.en.download --force" + ], + "wheel": [ + "python untar.py source.tar.gz .", + "python setup.py bdist_wheel" ] }, "test": {