From 116ec3b8495b57556ed66f58753e921d9419b436 Mon Sep 17 00:00:00 2001 From: Henning Peters Date: Tue, 9 Feb 2016 16:11:08 +0100 Subject: [PATCH] switch to buildbot.json --- buildbot.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildbot.json b/buildbot.json index 93c3a9514..e1f2669e2 100644 --- a/buildbot.json +++ b/buildbot.json @@ -14,6 +14,6 @@ "test": { "after": ["install"], "package": "spacy", - "args": "--tb='native' -x --models --vectors --slow" + "args": "--tb=native -x --models --vectors --slow" } }