From 304e27624f80c7f8ed1d0b3f3ec401b3727daf90 Mon Sep 17 00:00:00 2001 From: Henning Peters Date: Wed, 24 Feb 2016 20:21:40 +0100 Subject: [PATCH] run tests for wheels --- buildbot.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/buildbot.json b/buildbot.json index 571a6cec6..51e952c39 100644 --- a/buildbot.json +++ b/buildbot.json @@ -11,7 +11,8 @@ "wheel": [ "python untar.py source.tar.gz src", "python src/setup.py bdist_wheel", - "python cpdist.py src/dist" + "python cpdist.py src/dist", + "python -m spacy.en.download --force" ] }, "test": {