From 17020588f157f409e416ebddf655a364741eb3d1 Mon Sep 17 00:00:00 2001 From: bwinkel Date: Thu, 13 Jul 2017 10:38:15 +0200 Subject: [PATCH] add python 3.5 to appveyor build matrix, for wheels --- appveyor.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 629fa13f0..82342341a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -33,6 +33,10 @@ environment: # We test Python 2.7 and 3.6 because 2.7 is the supported Python 2 # release of Astropy and Python 3.6 is the latest Python 3 release. + - PYTHON_VERSION: "3.5" + ASTROPY_VERSION: "stable" + NUMPY_VERSION: "stable" + - PYTHON_VERSION: "3.6" ASTROPY_VERSION: "stable" NUMPY_VERSION: "stable"