From 2b64ef67eca4527e28a96c27e3dd11dff3151295 Mon Sep 17 00:00:00 2001 From: Andrew Hearin Date: Mon, 25 Jul 2016 10:39:47 -0400 Subject: [PATCH] Reinstating python 3.5 configuration for appveyor --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index b63404ee5..af3d4246f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -14,7 +14,7 @@ environment: matrix: - - PYTHON_VERSION: "2.7" + - PYTHON_VERSION: "3.5" ASTROPY_VERSION: "stable" NUMPY_VERSION: "stable" @@ -31,4 +31,4 @@ install: build: false test_script: - - "%CMD_IN_ENV% python setup.py test" \ No newline at end of file + - "%CMD_IN_ENV% python setup.py test"