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 Mar 22, 2019
1 parent 87a3bc1 commit 3bf3a03
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 3bf3a03

Please sign in to comment.