Test Python 3.7 on AppVeyor

This commit is contained in:
micbou 2018-07-23 21:29:48 +02:00
parent e1ead995c1
commit 2d213e7ed2
No known key found for this signature in database
GPG Key ID: C7E8FD1F3BDA1E05

View File

@ -4,12 +4,12 @@ environment:
COVERAGE: true COVERAGE: true
matrix: matrix:
- arch: 32 - arch: 32
python: 36 python: 37
# We only test Python 2.7 on 64 bits. # We only test Python 2.7 on 64 bits.
- arch: 64 - arch: 64
python: 27 python: 27
- arch: 64 - arch: 64
python: 36 python: 37
install: install:
- ci\appveyor\appveyor_install.bat - ci\appveyor\appveyor_install.bat
build_script: build_script: