Skip to content

Commit

Permalink
Use Python 3.7 on AppVeyor
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Sep 19, 2018
1 parent 7a60483 commit 418a458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -2,7 +2,7 @@
build: false
environment:
matrix:
- PYTHON: "C:/Python36"
- PYTHON: "C:/Python37"
init:
- "ECHO %PYTHON%"
- ps: "ls C:/Python*"
Expand Down

0 comments on commit 418a458

Please sign in to comment.