diff --git a/appveyor.yml b/appveyor.yml index 60a6aea0..cbb25a50 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -18,15 +18,15 @@ environment: matrix: - # We test Python 2.7 and 3.6 + # We test Python 2.7 and 3.7 - # TODO: Switch to Astropy lts release when 3.0 is out. - - PYTHON_VERSION: "2.7" - ASTROPY_VERSION: "lts" - NUMPY_VERSION: "1.15" + # COMMENTED OUT FOR v0.1.x + #- PYTHON_VERSION: "2.7" + # ASTROPY_VERSION: "lts" + # NUMPY_VERSION: "1.15" - - PYTHON_VERSION: "3.6" - ASTROPY_VERSION: "development" + - PYTHON_VERSION: "3.7" + ASTROPY_VERSION: "stable" NUMPY_VERSION: "stable" platform: