From c26279f38aa40599db3cf6c556e5cb0fd95ec184 Mon Sep 17 00:00:00 2001 From: Rick van Hattem Date: Mon, 12 Feb 2018 01:39:30 +0100 Subject: [PATCH] updated appveyor python version --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 71450dab..fa5f5a53 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,15 +6,15 @@ environment: - PYTHON: "C:\\Python27" TOX_ENV: "py27" - - PYTHON: "C:\\Python33" - TOX_ENV: "py33" - - PYTHON: "C:\\Python34" TOX_ENV: "py34" - PYTHON: "C:\\Python35" TOX_ENV: "py35" + - PYTHON: "C:\\Python36" + TOX_ENV: "py36" + init: - "%PYTHON%/python -V"