From 3c2e4b9558d3cd5cdead118d2d3ce9a136884415 Mon Sep 17 00:00:00 2001 From: Todd Gamblin <tgamblin@llnl.gov> Date: Sat, 11 May 2019 16:14:11 -0700 Subject: [PATCH] tests: stop testing Python 3.4 --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 05fa56b187..de1c20ffaa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,11 +35,6 @@ jobs: os: linux language: python env: [ TEST_SUITE=unit, COVERAGE=true ] - - python: '3.4' - sudo: required - os: linux - language: python - env: TEST_SUITE=unit - python: '3.5' sudo: required os: linux -- GitLab