Skip to content

Commit e2332fb

Browse files
committed
PYTHON-1494 - Test PyPy 3.5 in Evergreen
1 parent fd68e16 commit e2332fb

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.evergreen/config.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -990,6 +990,10 @@ axes:
990990
display_name: "PyPy 3"
991991
variables:
992992
PYTHON_BINARY: "/opt/python/pypy3/bin/pypy3"
993+
- id: "pypy3.5"
994+
display_name: "PyPy 3.5"
995+
variables:
996+
PYTHON_BINARY: "/opt/python/pypy3.5/bin/pypy3"
993997
- id: "jython2.7"
994998
display_name: "Jython 2.7"
995999
batchtime: 10080 # 7 days
@@ -1171,7 +1175,7 @@ buildvariants:
11711175
matrix_spec: {"python-version": "*", "c-extensions": "without-c-extensions", auth: "noauth", ssl: "nossl", coverage: "*"}
11721176
exclude_spec:
11731177
# These interpreters are always tested without extensions.
1174-
- python-version: ["pypy", "pypy3", "jython2.7"]
1178+
- python-version: ["pypy", "pypy3", "pypy3.5", "jython2.7"]
11751179
c-extensions: "*"
11761180
auth: "*"
11771181
ssl: "*"
@@ -1190,7 +1194,7 @@ buildvariants:
11901194
matrix_spec: {"python-version": "*", "green-framework": "*", auth-ssl: "*"}
11911195
exclude_spec:
11921196
# Don't test green frameworks on these Python versions.
1193-
- python-version: ["pypy", "pypy3", "jython2.7"]
1197+
- python-version: ["pypy", "pypy3", "pypy3.5", "jython2.7"]
11941198
green-framework: "*"
11951199
auth-ssl: "*"
11961200
display_name: "${green-framework} ${python-version} RHEL 6.2 (x86_64) ${auth-ssl}"

0 commit comments

Comments
 (0)