Skip to content

Commit 45fdd78

Browse files
committed
Evergreen: add Python 3.2 testing
1 parent 467ff3f commit 45fdd78

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.evergreen/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -796,6 +796,10 @@ axes:
796796
display_name: "Python 2.7"
797797
variables:
798798
PYTHON_BINARY: "/opt/python/2.7/bin/python"
799+
- id: "3.2"
800+
display_name: "Python 3.2"
801+
variables:
802+
PYTHON_BINARY: "/opt/python/3.2/bin/python3"
799803
- id: "3.3"
800804
display_name: "Python 3.3"
801805
variables:

0 commit comments

Comments
 (0)