From 3f6926a9b069f48f22dd74d80733d62433e54162 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sat, 30 Jul 2016 10:44:45 -0400 Subject: Include Python 2.7 in the appveyor matrix to capture failures on older Pythons. Ref #704. --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 4ae6c791..f3d22f09 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,6 +2,7 @@ environment: matrix: - PYTHON: "C:\\Python35-x64" + - PYTHON: "C:\\Python27-x64" install: # symlink python from a directory with a space -- cgit v1.2.1