summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-11-21 05:29:24 -0500
committerJason R. Coombs <jaraco@jaraco.com>2017-11-21 05:29:24 -0500
commitad48e8330d1b674b56cfa3efcd473ec622b3d3d4 (patch)
tree537c2da9a4a8836dc802e58d0ad5cd99e9af3b64 /.travis.yml
parent311c2157c85ba2cdde35ce5ba65b7e3d9f33c10b (diff)
downloadcherrypy-git-ad48e8330d1b674b56cfa3efcd473ec622b3d3d4.tar.gz
Remove tests on 3.4 and 3.5; rely on 3.min and 3.late-and-stable to test the bounds.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml14
1 files changed, 0 insertions, 14 deletions
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
@@ -109,18 +107,6 @@ jobs:
- *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:
- PYTHON_VERSION=3.6.1