From bcec36302c2c4eafac839e6ce34b445003bd9d90 Mon Sep 17 00:00:00 2001 From: Henning Peters Date: Tue, 15 Dec 2015 16:15:03 +0100 Subject: [PATCH] get buildbot running --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index c24d504bf..ae4eb3d09 100755 --- a/build.sh +++ b/build.sh @@ -30,6 +30,6 @@ pip install pytest pip list # script -mkdir tmp; cd tmp +cd .build python -m spacy.en.download python -m pytest ../spacy/ -x --models --vectors --slow