From ad48e8330d1b674b56cfa3efcd473ec622b3d3d4 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Tue, 21 Nov 2017 05:29:24 -0500 Subject: Remove tests on 3.4 and 3.5; rely on 3.min and 3.late-and-stable to test the bounds. --- .travis.yml | 14 -------------- 1 file changed, 14 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 37d2aa41..90ef03b3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -66,8 +66,6 @@ _base_envs: python: - 2.7 - 3.3 -- 3.4 -- 3.5 - 3.7-dev - *pypy2 - &pypy3 pypy3.5-5.8.0 @@ -108,18 +106,6 @@ jobs: - PYTHON_VERSION=3.3.6 - *env_pyenv - *env_path - - <<: *osx_python_base - python: 3.4 - env: - - PYTHON_VERSION=3.4.6 - - *env_pyenv - - *env_path - - <<: *osx_python_base - python: 3.5 - env: - - PYTHON_VERSION=3.5.3 - - *env_pyenv - - *env_path - <<: *osx_python_base python: *mainstream_python env: -- cgit v1.2.1