From bc021e4ae3232875fbbd13cdc74348f9893ed641 Mon Sep 17 00:00:00 2001 From: cclauss Date: Mon, 23 Jul 2018 01:32:10 +0200 Subject: TST: Add Python 3.7 to CI testing (#11598) Add testing with Python 3.7 to both appveyor and travis. --- .appveyor.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to '.appveyor.yml') diff --git a/.appveyor.yml b/.appveyor.yml index 4f4083c99..99936267a 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -30,6 +30,11 @@ environment: PYTHON_ARCH: 32 TEST_MODE: fast + - PYTHON: C:\Python37 + PYTHON_VERSION: 3.7 + PYTHON_ARCH: 32 + TEST_MODE: fast + - PYTHON: C:\Python27-x64 PYTHON_VERSION: 2.7 PYTHON_ARCH: 64 @@ -40,6 +45,11 @@ environment: PYTHON_ARCH: 64 TEST_MODE: full + - PYTHON: C:\Python37-x64 + PYTHON_VERSION: 3.7 + PYTHON_ARCH: 64 + TEST_MODE: full + init: - "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%" - "ECHO \"%APPVEYOR_SCHEDULED_BUILD%\"" -- cgit v1.2.1