From bd340b29107200cde50529f83ec1680deb6831b5 Mon Sep 17 00:00:00 2001 From: Johnny Robeson Date: Mon, 2 Jan 2017 19:06:49 -0500 Subject: [PATCH] Replace Python 3.4 with 3.6 on Appveyor (#2358) Python 3.4 is quite old and offers little value on Windows. Closes #2344 --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 4f350b9380..938d3a5a4e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,10 +12,10 @@ environment: matrix: - PYTHON: C:\Python27 TOX_ENV: py27-test - - PYTHON: C:\Python34 - TOX_ENV: py34-test - PYTHON: C:\Python35 TOX_ENV: py35-test + - PYTHON: C:\Python36 + TOX_ENV: py36-test # Install Tox for running tests. install: