Skip to content

Commit

Permalink
TST: Fix Appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Dec 13, 2018
1 parent 25d8631 commit 0eda741
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,11 @@ environment:

matrix:

# We test Python 2.7 and 3.6

# TODO: Switch to Astropy lts release when 3.0 is out.
- PYTHON_VERSION: "2.7"
# We test 3.7 only
- PYTHON_VERSION: "3.7"
ASTROPY_VERSION: "stable"
NUMPY_VERSION: "stable"

- PYTHON_VERSION: "3.6"
ASTROPY_VERSION: "development"
NUMPY_VERSION: "stable"

platform:
-x64

Expand Down

0 comments on commit 0eda741

Please sign in to comment.