From fa6af516306116fd4cbc7856f4007de72e912f03 Mon Sep 17 00:00:00 2001 From: micbou Date: Sun, 11 Feb 2018 00:27:15 +0100 Subject: [PATCH] Test for Python 3.6 on AppVeyor --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index f14072c4..81959c45 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,12 +4,12 @@ environment: COVERAGE: true matrix: - arch: 32 - python: 35 + python: 36 # We only test Python 2.7 on 64 bits. - arch: 64 python: 27 - arch: 64 - python: 35 + python: 36 install: - ci\appveyor\appveyor_install.bat build_script: