Evergreen: add Python 3.2 testing

This commit is contained in:
Shane Harvey 2017-02-07 11:30:56 -08:00
parent 467ff3f8ee
commit 45fdd780fc

View File

@ -796,6 +796,10 @@ axes:
display_name: "Python 2.7"
variables:
PYTHON_BINARY: "/opt/python/2.7/bin/python"
- id: "3.2"
display_name: "Python 3.2"
variables:
PYTHON_BINARY: "/opt/python/3.2/bin/python3"
- id: "3.3"
display_name: "Python 3.3"
variables: