From 45fdd780fcb9a3d732eab0707fafab797347756e Mon Sep 17 00:00:00 2001 From: Shane Harvey Date: Tue, 7 Feb 2017 11:30:56 -0800 Subject: [PATCH] Evergreen: add Python 3.2 testing --- .evergreen/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.evergreen/config.yml b/.evergreen/config.yml index 576d994ae..0976d4ecf 100644 --- a/.evergreen/config.yml +++ b/.evergreen/config.yml @@ -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: