summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
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