Skip to content

Commit

Permalink
Merge commit PR #1893
Browse files Browse the repository at this point in the history
This change bumps the mainline Python setting from 3.7 to
3.9 in Travis CI.
  • Loading branch information
webknjaz committed Nov 29, 2020
2 parents d64b6fe + 008d870 commit 2a8aacc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Expand Up @@ -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_9_mixture
python: &mainstream_python 3.9
group:
- &pure_python_base
<<: *stage_test
<<: *python_3_7_mixture
<<: *python_3_9_mixture
- &pure_python_base_priority
<<: *pure_python_base
<<: *stage_test_priority
Expand Down Expand Up @@ -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
Expand All @@ -123,7 +123,7 @@ jobs:
- *env_pyenv
- *env_path
- <<: *osx_python_base
# mainstream here (3.7)
# mainstream Python here
python: *mainstream_python
env:
- PYTHON_VERSION=3.7.0
Expand All @@ -132,7 +132,7 @@ jobs:
- *env_pyenv
- *env_path
- <<: *stage_deploy
<<: *python_3_7_mixture
<<: *python_3_9_mixture
<<: *no_memcached
install: skip
script: skip
Expand Down

0 comments on commit 2a8aacc

Please sign in to comment.