Skip to content

Commit

Permalink
appveyor: build and test on Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
drbild committed Dec 3, 2019
1 parent 9bcb3e2 commit d9edbcb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ environment:
PYTHON_ARCH: "64"
OPENSSL_LIB: "openssl-1.0.2k-vs2015"

- PYTHON: "C:\\Python37-x64"
PYTHON_ARCH: "64"
OPENSSL_LIB: "openssl-1.0.2k-vs2015"

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

Expand Down

0 comments on commit d9edbcb

Please sign in to comment.