From 3b217daddce881fdbb4d429832faaa6492049a27 Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Mon, 29 Feb 2016 16:43:18 +0800 Subject: [PATCH] Travis --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 89e0342e..dadf05cc 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ END=" \#\#\# \033[0m\n" all: test -init: uninstall-httpie +init: @echo $(TAG)Installing dev requirements$(END) pip install --upgrade -r $(REQUIREMENTS)