From 8946b9633dc87bb8756d8bb4a89399f83f5ff2b4 Mon Sep 17 00:00:00 2001 From: Henning Peters Date: Sun, 13 Dec 2015 13:08:06 +0100 Subject: [PATCH] get buildbot running --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 1b088d623..add6305de 100755 --- a/build.sh +++ b/build.sh @@ -4,4 +4,5 @@ if [ ! -d ".build" ]; then fi . .build/bin/activate pip install -U -r requirements.txt +pip install -U tox python -m tox $@