summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2020-11-29 08:56:03 +0100
committerGitHub <noreply@github.com>2020-11-29 08:56:03 +0100
commit4c1ee91a094c704b557de85bdc7cbefa517da462 (patch)
treed8086974fc5d4211e267e987d39475618a355c7a
parent33d4944268980d70ef77952f02ab612d2a51090f (diff)
downloadcherrypy-git-4c1ee91a094c704b557de85bdc7cbefa517da462.tar.gz
Travis tests on Python 3.9.0
-rw-r--r--.travis.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index fc1de881..52dadde3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -58,12 +58,12 @@ _base_envs:
- brew --cache
script:
- travis_retry python -m tox
-- &python_3_8_mixture
- python: &mainstream_python 3.8
+- &python_3_9_mixture
+ python: &mainstream_python 3.9
group:
- &pure_python_base
<<: *stage_test
- <<: *python_3_8_mixture
+ <<: *python_3_9_mixture
- &pure_python_base_priority
<<: *pure_python_base
<<: *stage_test_priority
@@ -132,7 +132,7 @@ jobs:
- *env_pyenv
- *env_path
- <<: *stage_deploy
- <<: *python_3_8_mixture
+ <<: *python_3_9_mixture
<<: *no_memcached
install: skip
script: skip