Appveyor: Test in Python 3.7 instead of Python 3.6

This commit is contained in:
cclauss
2018-08-10 18:50:02 +02:00
committed by GitHub
parent c48a612485
commit 3cdb1724f9

View File

@@ -7,8 +7,8 @@ environment:
matrix:
- PYTHON: 27
TEST_IGNORE: --ignore py35
- PYTHON: 36
- PYTHON: 36-x64
- PYTHON: 37
- PYTHON: 37-x64
install:
- C:\Python%PYTHON%\python.exe -m pip install -U pip setuptools