From 86a0c47e96855070224943facdccacd78014abb9 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 22 Apr 2016 02:54:58 +0200 Subject: [PATCH] .travis.yml: no more python 2.6 (>= 2.7 needed for TestCase.skipTest() ) --- .travis.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.travis.yml b/.travis.yml index defd1c99..346422ac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,22 +4,6 @@ sudo: false matrix: include: - - python: 2.6 - os: linux - compiler: gcc - env: ARCH=x86_64 - - python: 2.6 - os: linux - compiler: gcc - env: ARCH=i386 - - python: 2.6 - os: linux - compiler: clang - env: ARCH=x86_64 - - python: 2.6 - os: linux - compiler: clang - env: ARCH=i386 - python: 2.7 os: linux compiler: gcc -- 2.11.0