From 8b8498362c556a5b6f4ef50488d8ee7db1dc2ff6 Mon Sep 17 00:00:00 2001 From: Marsel Date: Thu, 30 Nov 2017 23:08:24 +0300 Subject: [PATCH] add py36 --- appveyor.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 71450da..df083ee 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" @@ -36,6 +36,3 @@ after_test: artifacts: - path: dist\* - -#on_success: -# - TODO: upload the content of dist/*.whl to a public wheelhouse