From 4d375afb91daa890d2043303e9d7a7562be4388b Mon Sep 17 00:00:00 2001 From: Henning Peters Date: Wed, 24 Feb 2016 19:59:08 +0100 Subject: [PATCH] run tests for wheels --- buildbot.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/buildbot.json b/buildbot.json index 59fce02fa..571a6cec6 100644 --- a/buildbot.json +++ b/buildbot.json @@ -9,12 +9,13 @@ "python -m spacy.en.download --force" ], "wheel": [ - "python untar.py source.tar.gz .", - "python setup.py bdist_wheel" + "python untar.py source.tar.gz src", + "python src/setup.py bdist_wheel", + "python cpdist.py src/dist" ] }, "test": { - "after": ["install"], + "after": ["install", "wheel"], "package": "spacy", "args": "--tb=native -x --models --vectors --slow" }