Skip to content

Commit

Permalink
AppVeyor: add configuration with Python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Jan 6, 2017
1 parent a036b8c commit 17b0ccc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion appveyor.yml
Expand Up @@ -18,9 +18,12 @@ environment:

matrix:
- PYTHON_VERSION: "2.7"

NUMPY_VERSION: "1.9"
ASTROPY_VERSION: "1.0"
- PYTHON_VERSION: "3.6"
NUMPY_VERSION: "1.11"
ASTROPY_VERSION: "1.3"

platform:
-x64

Expand Down

0 comments on commit 17b0ccc

Please sign in to comment.