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