From fb4d2a978c6d19240f93be765410ae142db8843d Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Sun, 30 Sep 2018 21:45:14 -0700 Subject: [PATCH] run Windows tests on Python 3.4 through 3.6 --- .appveyor.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 1921526..b3ed93a 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -3,8 +3,10 @@ environment: TOXENV: py matrix: - - PYTHON: C:\Python36-x64 - PYTHON: C:\Python27-x64 + - PYTHON: C:\Python34-x64 + - PYTHON: C:\Python35-x64 + - PYTHON: C:\Python36-x64 init: - SET PATH=%PYTHON%;%PATH%