From d29a3cf9a32f7eb74452d73cb67e3d65b8fcb826 Mon Sep 17 00:00:00 2001
From: Dustyn Gibson <miigotu@gmail.com>
Date: Tue, 21 Jul 2015 01:49:03 -0700
Subject: [PATCH] Stop building for 2.6, and set readme requirements to 2.7.x

---
 .travis.yml | 1 -
 readme.md   | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index cda4cc21f..9e41afd1d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,5 @@
 language: python
 python:
-  - 2.6
   - 2.7
 
 sudo: false
diff --git a/readme.md b/readme.md
index 932b67dfd..8f93e8665 100644
--- a/readme.md
+++ b/readme.md
@@ -31,7 +31,7 @@ Automatic Video Library Manager for TV Shows. It watches for new episodes of you
 -[Mobile](http://imgur.com/a/WPyG6)
 
 ## Dependencies
- To run SickRage from source you will need Python 2.6+, Cheetah 2.1.0+, and PyOpenSSL
+ To run SickRage from source you will need Python 2.7.x, Cheetah 2.1.0+, and PyOpenSSL
 
 ## Forums
  Any questions or setup info your looking for can be found at out forums https://www.sickrage.tv
-- 
GitLab