Skip to content

Commit

Permalink
Adding python 3.5 build to appveyor as well as updating numpy and ast…
Browse files Browse the repository at this point in the history
…ropy version to stable
  • Loading branch information
bsipocz committed May 28, 2016
1 parent 9b9af05 commit 63e0580
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,12 @@ environment:
matrix:

- PYTHON_VERSION: "2.7"
ASTROPY_VERSION: "1.0"
NUMPY_VERSION: "1.9.1"
ASTROPY_VERSION: "stable"
NUMPY_VERSION: "stable"
- PYTHON_VERSION: "3.5"
ASTROPY_VERSION: "stable"
NUMPY_VERSION: "stable"


platform:
-x64
Expand Down

0 comments on commit 63e0580

Please sign in to comment.