From 3dfc4fd2a0a078be432f7fd96ea85b5ee891b051 Mon Sep 17 00:00:00 2001 From: cmccandless Date: Tue, 10 Oct 2017 14:21:30 -0500 Subject: [PATCH] appveyor: enable python3 environments Resolves #38 --- appveyor.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index f0f32ee..8549e90 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,6 +2,10 @@ environment: matrix: - PYTHON: "C:\\Python26" - PYTHON: "C:\\Python27" + - PYTHON: "C:\\Python33" + - PYTHON: "C:\\Python34" + - PYTHON: "C:\\Python35" + - PYTHON: "C:\\Python36" install: - SET "PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%" @@ -11,4 +15,4 @@ install: build: off test_script: - - tox -e appveyor \ No newline at end of file + - tox -e appveyor