Skip to content

Commit

Permalink
Bump python version in appveyor (#528)
Browse files Browse the repository at this point in the history
* Bump python version in appveyor

* Reverted the removal of py36
  • Loading branch information
gabrieldemarmiesse authored and JarnoRFB committed Jul 23, 2019
1 parent f8dc15f commit 45cd810
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ environment:

- PYTHON: "C:\\Python36"
PYTHON_VERSION: "3.6.x"

- PYTHON: "C:\\Python37"
PYTHON_VERSION: "3.7.x"
build: false
init:
- "ECHO %PYTHON%"
Expand Down

0 comments on commit 45cd810

Please sign in to comment.