Skip to content

Commit

Permalink
Disable PY2 test on Appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Mar 24, 2019
1 parent d0678f4 commit 9841bc2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions appveyor.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 9841bc2

Please sign in to comment.