From 735cbac60df57c6e0ad16078b6da37c988914b76 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Wed, 1 Oct 2014 18:09:51 +0400 Subject: [PATCH] Install boto library for system tests. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 1eccbc3c..a8edaf12 100644 --- a/Makefile +++ b/Makefile @@ -23,6 +23,7 @@ all: test check system-test prepare: go get -u github.com/mattn/gom $(GOM) $(GOM_ENVIRONMENT) install + pip install boto coverage.out: rm -f coverage.*.out