From: Paul Brossier Date: Fri, 22 Apr 2016 00:54:58 +0000 (+0200) Subject: .travis.yml: no more python 2.6 (>= 2.7 needed for TestCase.skipTest() ) X-Git-Tag: 0.4.4~300^2~258 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=86a0c47e96855070224943facdccacd78014abb9;p=aubio.git .travis.yml: no more python 2.6 (>= 2.7 needed for TestCase.skipTest() ) --- 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