From dfd1a1d3a24b4ef5904975268c1bbb13ae1a32ff Mon Sep 17 00:00:00 2001 From: Henning Peters Date: Mon, 22 Feb 2016 06:13:09 +0100 Subject: [PATCH] Update buildbot.json --- buildbot.json | 4 ++++ 1 file changed, 4 insertions(+) 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": {