Skip to content

Commit d37540a

Browse files
committed
PYTHON-2053 Test with pypy3.6
1 parent bfdf48e commit d37540a

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

.evergreen/config.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -981,6 +981,10 @@ axes:
981981
display_name: "PyPy 3.5"
982982
variables:
983983
PYTHON_BINARY: "/opt/python/pypy3.5/bin/pypy3"
984+
- id: "pypy3.6"
985+
display_name: "PyPy 3.6"
986+
variables:
987+
PYTHON_BINARY: "/opt/python/pypy3.6/bin/pypy3"
984988
- id: "jython2.7"
985989
display_name: "Jython 2.7"
986990
batchtime: 10080 # 7 days
@@ -1279,7 +1283,7 @@ buildvariants:
12791283
matrix_spec:
12801284
platform: rhel62
12811285
# RHEL 6.2 does not support Python 3.7.x and later.
1282-
python-version: &rhel62-pythons ["2.7", "3.4", "3.5", "3.6", "pypy", "pypy3.5", "jython2.7"]
1286+
python-version: &rhel62-pythons ["2.7", "3.4", "3.5", "3.6", "pypy", "pypy3.5", "pypy3.6", "jython2.7"]
12831287
auth: "*"
12841288
ssl: "*"
12851289
coverage: "*"
@@ -1308,7 +1312,7 @@ buildvariants:
13081312
matrix_spec:
13091313
platform: rhel62
13101314
# RHEL 6.2 does not support Python 3.7.x and later.
1311-
python-version: ["2.7", "3.4", "3.5", "3.6", "pypy", "pypy3.5"]
1315+
python-version: ["2.7", "3.4", "3.5", "3.6", "pypy", "pypy3.5", "pypy3.6"]
13121316
auth-ssl: noauth-nossl
13131317
# TODO: dependency error for 'coverage-report' task:
13141318
# dependency tests-python-version-rhel62-test-encryption_.../test-2.6-standalone is not present in the project config
@@ -1327,7 +1331,7 @@ buildvariants:
13271331
exclude_spec:
13281332
# These interpreters are always tested without extensions.
13291333
- platform: rhel62
1330-
python-version: ["pypy", "pypy3.5", "jython2.7"]
1334+
python-version: ["pypy", "pypy3.5", "pypy3.6", "jython2.7"]
13311335
c-extensions: "*"
13321336
auth-ssl: "*"
13331337
coverage: "*"
@@ -1353,13 +1357,13 @@ buildvariants:
13531357
matrix_spec:
13541358
# Ubuntu 16.04 images have libsnappy-dev installed, and provides OpenSSL 1.0.2 for testing Python 3.7
13551359
platform: ubuntu-16.04
1356-
python-version: ["2.7", "3.4", "3.5", "3.6", "3.7", "3.8", "pypy", "pypy3.5", "jython2.7"]
1360+
python-version: ["2.7", "3.4", "3.5", "3.6", "3.7", "3.8", "pypy", "pypy3.5", "pypy3.6", "jython2.7"]
13571361
c-extensions: "*"
13581362
compression: "*"
13591363
exclude_spec:
13601364
# These interpreters are always tested without extensions.
13611365
- platform: ubuntu-16.04
1362-
python-version: ["pypy", "pypy3.5", "jython2.7"]
1366+
python-version: ["pypy", "pypy3.5", "pypy3.6", "jython2.7"]
13631367
c-extensions: "with-c-extensions"
13641368
compression: "*"
13651369
# Jython doesn't support some compression types.
@@ -1396,7 +1400,7 @@ buildvariants:
13961400
exclude_spec:
13971401
# Don't test green frameworks on these Python versions.
13981402
- platform: rhel62
1399-
python-version: ["pypy", "pypy3.5", "jython2.7"]
1403+
python-version: ["pypy", "pypy3.5", "pypy3.6", "jython2.7"]
14001404
green-framework: "*"
14011405
auth-ssl: "*"
14021406
display_name: "${green-framework} ${python-version} ${platform} ${auth-ssl}"

0 commit comments

Comments
 (0)