From 066dd259af0289efd7551a33ea5cf2d5fb1dc476 Mon Sep 17 00:00:00 2001 From: Marius Gedminas Date: Mon, 6 Jun 2016 10:57:41 +0300 Subject: Appveyor: enable pure-Python builds --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index b1ad55b..7bcc4c5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,6 +9,8 @@ environment: - python : 34-x64 - python : 35 - python : 35-x64 + - { python: 27, PURE_PYTHON: 1 } + - { python: 35, PURE_PYTHON: 1 } install: - "SET PATH=C:\\Python%PYTHON%;c:\\Python%PYTHON%\\scripts;%PATH%" -- cgit v1.2.1