From f0bd88ffe8ed6654a06ca791ac8d11a142c3756d Mon Sep 17 00:00:00 2001 From: Robert Smallshire Date: Tue, 5 May 2015 13:14:07 +0200 Subject: [PATCH] Remove Python 2.7 travis build. Python 3 only from now on. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e0f70cb..8f6ec0d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: python python: - - "2.7" - "3.3" - "3.4" # command to install dependencies