From a7c1019975b9708cc74e6ef74002dcc7129e6ed8 Mon Sep 17 00:00:00 2001
From: Duncan McGreggor <duncan@dreamhost.com>
Date: Mon, 10 Sep 2012 17:37:40 -0700
Subject: [PATCH] Changed check targets to not execute pep8 and pyflakes.

Jenkins does that automatically.
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 9a5a1ad..28813d1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,2 +1,2 @@
 check:
-	tox
+	tox -e py26,py27