Skip to content

Commit

Permalink
add python 3.5 to appveyor build matrix, for wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
bwinkel committed Jul 13, 2017
1 parent a64e3ae commit 1702058
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1702058

Please sign in to comment.