From 649e1c42172ae3c2f7eca3e8802065a3d99fc9a4 Mon Sep 17 00:00:00 2001 From: "Michael Hirsch, Ph.D" Date: Tue, 14 Aug 2018 15:34:22 -0400 Subject: [PATCH] CI try windows py36 --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 92b1aa0..8f35176 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -5,7 +5,7 @@ image: stack: python 3 environment: - PY_DIR: C:\Python37-x64 + PY_DIR: C:\Python36-x64 MINGW_DIR: C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin clone_depth: 3