From 5fde1eb5b9105f119b87da3bfde39eb0d8a71b9a Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Fri, 7 Apr 2017 18:58:29 -0700 Subject: [PATCH] appveyor: turn on py3.6, remove old workaround All of py27,py33,py34,py35,py36 should pass now, both 32-bit and 64-bit. --- .appveyor.yml | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 3c4984e..d53a4f2 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -21,25 +21,12 @@ environment: DISTUTILS_USE_SDK: "1" - PYTHON: "C:\\Python35" - PYTHON: "C:\\Python35-x64" - DISTUTILS_USE_SDK: "1" - -matrix: - allow_failures: - # we allow all python3 versions to fail without as they do not currently work - - PYTHON: "C:\\Python33" - - PYTHON: "C:\\Python33-x64" - - PYTHON: "C:\\Python34" - - PYTHON: "C:\\Python34-x64" - - PYTHON: "C:\\Python35" - - PYTHON: "C:\\Python35-x64" - -# tox-2.3.1 has a windows bug (#314), fixed in hg but not yet released. When -# the next release comes out, replace this with just: -# %PYTHON%\python.exe -m pip install wheel tox + - PYTHON: "C:\\Python36" + - PYTHON: "C:\\Python36-x64" install: - | - %PYTHON%\python.exe -m pip install -U pip virtualenv wheel tox + %PYTHON%\python.exe -m pip install wheel tox # note: # %PYTHON% has: python.exe