From a7969c5c42d5ce99a067e93015f83d86f5a0d403 Mon Sep 17 00:00:00 2001 From: Hugo Date: Sun, 10 Mar 2019 17:08:09 +0200 Subject: [PATCH 1/2] Remove old Python 2.6 check and duplicate config --- .travis.yml | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/.travis.yml b/.travis.yml index 53833fb8..ab80654e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,35 +4,20 @@ install: "make" # command to run tests script: - | - if [[ "$TRAVIS_PYTHON_VERSION" != "2.6" ]] ; then make test-readme; fi + make test-readme - make ci cache: pip jobs: include: - stage: test - script: - - make test-readme - - make ci python: '2.7' - stage: test - script: - - make test-readme - - make ci python: '3.4' - stage: test - script: - - make test-readme - - make ci python: '3.5' - stage: test - script: - - make test-readme - - make ci python: '3.6' - stage: test - script: - - make test-readme - - make ci python: '3.7' dist: xenial - stage: coverage From be295ba4d45143960b8ed2688884699b14dcbf25 Mon Sep 17 00:00:00 2001 From: Hugo Date: Thu, 16 May 2019 18:36:45 +0300 Subject: [PATCH 2/2] Simplify config --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f4c4fec3..03c64b62 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,7 @@ language: python install: "make" # command to run tests script: - - | - make test-readme + - make test-readme - make ci cache: pip jobs: