Skip to content

Commit

Permalink
Added Python 3.7 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Kojoley committed Dec 2, 2018
1 parent f546dd3 commit d97ffc8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ environment:
- PYTHON: "C:\\Python27"
- PYTHON: "C:\\Python35"
- PYTHON: "C:\\Python36"
- PYTHON: "C:\\Python37"
- PYTHON: "C:\\Python27-x64"
- PYTHON: "C:\\Python35-x64"
- PYTHON: "C:\\Python36-x64"
- PYTHON: "C:\\Python37-x64"

install:
- "%PYTHON%\\python.exe -m pip install wheel"
Expand Down

0 comments on commit d97ffc8

Please sign in to comment.