MOTOR-461 Test Python 3.8 in Evergreen

This commit is contained in:
Shane Harvey 2019-12-04 17:12:11 -08:00
parent 0db1890128
commit 1a4fe95b5e
2 changed files with 12 additions and 3 deletions

View File

@ -754,6 +754,10 @@ axes:
variables:
TOX_ENV: "tornado6-py37"
PYTHON_BINARY: "/opt/python/3.7/bin/python3"
- id: "tornado6-py38"
variables:
TOX_ENV: "tornado6-py38"
PYTHON_BINARY: "/opt/python/3.8/bin/python3"
- id: "tornado_git-py35"
variables:
TOX_ENV: "tornado_git-py35"
@ -770,6 +774,10 @@ axes:
variables:
TOX_ENV: "asyncio-py37"
PYTHON_BINARY: "/opt/python/3.7/bin/python3"
- id: "asyncio-py38"
variables:
TOX_ENV: "asyncio-py38"
PYTHON_BINARY: "/opt/python/3.8/bin/python3"
- id: "py3-pymongo-master"
variables:
TOX_ENV: "py3-pymongo-master"

View File

@ -12,7 +12,7 @@ envlist =
tornado5-{py27,pypy,pypy3,py34,py35,py36,py37},
# Tornado 6 supports Python 3.5+.
tornado6-{pypy3,py35,py36,py37},
tornado6-{pypy3,py35,py36,py37,py38},
# Test Tornado on master in a few configurations.
tornado_git-{py27,py34,py35,py36,py37},
@ -24,7 +24,7 @@ envlist =
py3-sphinx-doctest,
# asyncio without Tornado.
asyncio-{py34,py35,py36,py37},
asyncio-{py34,py35,py36,py37,py38},
# Test PyMongo HEAD, not the latest release.
py3-pymongo-master,
@ -48,6 +48,7 @@ basepython =
py35: {env:PYTHON_BINARY:python3.5}
py36: {env:PYTHON_BINARY:python3.6}
py37,synchro37: {env:PYTHON_BINARY:python3.7}
py38: {env:PYTHON_BINARY:python3.8}
pypy: {env:PYTHON_BINARY:pypy}
pypy3: {env:PYTHON_BINARY:pypy3}
@ -62,7 +63,7 @@ deps =
{py27,pypy}: futures
{py35,py36,py37}: aiohttp
{py35,py36,py37,py38}: aiohttp
sphinx: sphinx
sphinx: aiohttp