From beb807f440db7d7b99cb744d099177a7c6884ce5 Mon Sep 17 00:00:00 2001 From: Daniele Ricci Date: Wed, 15 Oct 2014 17:03:34 +0200 Subject: [PATCH] Travis: remove Python 2.6 for now Signed-off-by: Daniele Ricci --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7185d9e..f0a611a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: python python: - - "2.6" - "2.7" before_install: - sudo apt-get update -qq