summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Ressi <fressi@redhat.com>2019-09-27 12:59:06 +0200
committerFederico Ressi <fressi@redhat.com>2019-09-27 12:59:06 +0200
commit7b851dfb1e98d9cad92dccec2eee644c27fceea0 (patch)
tree97d1b55eec267f7dfc9f0ca013855b977d24ad3c
parent58c3d364266e7550d3e00e34191eed7df2d36d13 (diff)
downloadsubunit-git-7b851dfb1e98d9cad92dccec2eee644c27fceea0.tar.gz
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. ```
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
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"