AppVeyor: Add Python 3.7 and remove 3.6

This commit is contained in:
Inada Naoki 2018-11-30 19:25:14 +09:00
parent cc7fd5722b
commit b1d658e7a0

View file

@ -21,14 +21,14 @@ test_script:
- ci\\runtests.bat
- set PYTHON="C:\\Python27-x64"
- ci\\runtests.bat
- set PYTHON="C:\\Python35"
- ci\\runtests.bat
- set PYTHON="C:\\Python35-x64"
- ci\\runtests.bat
- set PYTHON="C:\\Python36"
- ci\\runtests.bat
- set PYTHON="C:\\Python36-x64"
- ci\\runtests.bat
- set PYTHON="C:\\Python37"
- ci\\runtests.bat
- set PYTHON="C:\\Python37-x64"
- ci\\runtests.bat
after_test:
# This step builds your wheels.