Skip to content
This repository has been archived by the owner on Aug 11, 2023. It is now read-only.

Commit

Permalink
Changing python3 version in appveyor to be 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz committed Jan 17, 2017
1 parent c98db71 commit f6e1a63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Expand Up @@ -25,14 +25,14 @@ environment:

matrix:

# We test Python 2.7 and 3.5 because 2.7 is the supported Python 2
# release of Astropy and Python 3.5 is the latest Python 3 release.
# 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: "2.7"
ASTROPY_VERSION: "stable"
NUMPY_VERSION: "stable"

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

Expand Down

0 comments on commit f6e1a63

Please sign in to comment.