From 63deae47fe87c2284d3c1f7c18d8559ffc8660d6 Mon Sep 17 00:00:00 2001 From: Henning Peters Date: Tue, 23 Feb 2016 13:36:04 +0100 Subject: [PATCH] Update buildbot.json --- buildbot.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildbot.json b/buildbot.json index 9138fcfb2..59fce02fa 100644 --- a/buildbot.json +++ b/buildbot.json @@ -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": [