summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2020-11-29 08:12:48 +0100
committerGitHub <noreply@github.com>2020-11-29 08:12:48 +0100
commit33d4944268980d70ef77952f02ab612d2a51090f (patch)
tree58fdcabea2f3bfd42fde814657b5fd6104abb18a /.travis.yml
parent4912fca4867c614168e366caf185df5e0b972ca5 (diff)
downloadcherrypy-git-33d4944268980d70ef77952f02ab612d2a51090f.tar.gz
Travis CI: Upgrade mainstream_python from 3.7 to 3.8
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index dbfee37a..fc1de881 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -58,12 +58,12 @@ _base_envs:
- brew --cache
script:
- travis_retry python -m tox
-- &python_3_7_mixture
- python: &mainstream_python 3.7
+- &python_3_8_mixture
+ python: &mainstream_python 3.8
group:
- &pure_python_base
<<: *stage_test
- <<: *python_3_7_mixture
+ <<: *python_3_8_mixture
- &pure_python_base_priority
<<: *pure_python_base
<<: *stage_test_priority
@@ -97,9 +97,9 @@ jobs:
(non-strict until \#1797 get fixed)
env: TOXENV=build-docs
- <<: *pure_python_base_priority
- # mainstream here (3.7)
+ # mainstream Python here
- <<: *pure_python_base_priority
- # mainstream here (3.7)
+ # mainstream Python here
# run tests against the bleeding-edge cheroot
env: TOXENV=cheroot-master
- <<: *pure_python_base_priority
@@ -123,16 +123,16 @@ jobs:
- *env_pyenv
- *env_path
- <<: *osx_python_base
- # mainstream here (3.7)
+ # mainstream Python here
python: *mainstream_python
env:
- - PYTHON_VERSION=3.7.0
+ - PYTHON_VERSION=3.8.6
# run tests against the bleeding-edge cheroot
- TOXENV=cheroot-master
- *env_pyenv
- *env_path
- <<: *stage_deploy
- <<: *python_3_7_mixture
+ <<: *python_3_8_mixture
<<: *no_memcached
install: skip
script: skip