From a965a7a377aa36845b8dc6c649b0be13a61585ed Mon Sep 17 00:00:00 2001
From: Paul McMillan <paul.mcmillan@nebula.com>
Date: Thu, 6 Mar 2014 14:18:45 +0000
Subject: [PATCH] Remove --use-mirrors from pip command

--use-mirrors is deprecated and no longer works properly now that pypi
  is behind a CDN
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index f6634dc..8021af8 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@
 
 
 init:
-	pip install -r requirements.txt --use-mirrors
+	pip install -r requirements.txt
 
 lint:
 	pylint -f colorized -i y -r n kiss/*.py tests/*.py *.py
-- 
GitLab