.travis.yml: no more python 2.6 (>= 2.7 needed for TestCase.skipTest() )
authorPaul Brossier <piem@piem.org>
Fri, 22 Apr 2016 00:54:58 +0000 (02:54 +0200)
committerPaul Brossier <piem@piem.org>
Fri, 22 Apr 2016 00:54:58 +0000 (02:54 +0200)
.travis.yml

index defd1c9..346422a 100644 (file)
@@ -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