Skip to content

Commit

Permalink
Enable Python 3.7 env in AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz authored Jul 13, 2018
1 parent bec0512 commit 23809c0
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 @@ -8,6 +8,8 @@ environment:
- PYTHON: "C:\\Python35-x64"
- PYTHON: "C:\\Python36"
- PYTHON: "C:\\Python36-x64"
- PYTHON: "C:\\Python37"
- PYTHON: "C:\\Python37-x64"

install:
- "build.cmd %PYTHON%\\python.exe -m pip install -U setuptools wheel twine codecov"
Expand Down

0 comments on commit 23809c0

Please sign in to comment.