From 7b851dfb1e98d9cad92dccec2eee644c27fceea0 Mon Sep 17 00:00:00 2001 From: Federico Ressi Date: Fri, 27 Sep 2019 12:59:06 +0200 Subject: Remove broken Python 2.6 travis CI job Travis is not able to download a file required to run tests with Python 2.6 ``` Downloading archive: https://storage.googleapis.com/travis-ci-language-archives/python/binaries/ubuntu/16.04/x86_64/python-2.6.tar.bz2 0.12s$ curl -sSf -o python-2.6.tar.bz2 ${archive_url} curl: (22) The requested URL returned error: 404 Not Found Unable to download 2.6 archive. The archive may not exist. Please consider a different version. ``` --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3a0ffd3..daa27a3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,6 @@ addons: - libcppunit-dev language: python python: - - "2.6" - "2.7" - "3.4" - "3.5" -- cgit v1.2.1