From 8df82b72ba1e52932ebe0377d808ae7c54c770ef Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.org>
Date: Thu, 4 Feb 2016 04:06:08 -0500
Subject: [PATCH] Update Makefile

---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 8db3628..997cfaa 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 init:
-	pip install -r requirements.txt --use-mirrors
+	pip install -r requirements.txt
 
 test:
-	nosetests tests
\ No newline at end of file
+	nosetests tests
-- 
GitLab