From 3553b8a600f2f5f138fc523c9c5fb3b010d44be9 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Thu, 23 Nov 2017 11:16:27 +0700 Subject: [PATCH] .appveyor.yml: Add Python 3.5 and 3.6 environments The Python 3.5 and 3.6 builds pass without problems. --- .appveyor.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 9284c913..5eff3c1f 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -9,8 +9,7 @@ install: build: off test_script: - # Avoid py35-optional, as pypi does not have lxml wheels for py35 - - python -m tox -e "py35-base,{py27,py33,py34}-{base,optional}" + - python -m tox -e "{py27,py33,py34,py35,py36}-{base,optional}" after_test: - python debug-info.py