From 0ce4f323156e5688f501b038970426dd1437aacf Mon Sep 17 00:00:00 2001 From: Omer Katz Date: Wed, 1 Mar 2017 16:26:03 +0200 Subject: [PATCH] Run tests on Python 3.6 on windows. --- appveyor.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index f76bf6d..6a22ea1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -16,6 +16,11 @@ environment: - TOXENV: "py35-pytest27" - TOXENV: "py35-pytest28" - TOXENV: "py35-pytest29" + - TOXENV: "py35-pytest30" + - TOXENV: "py36-pytest27" + - TOXENV: "py36-pytest28" + - TOXENV: "py36-pytest29" + - TOXENV: "py36-pytest30" - TOXENV: "py27-pytest28-pexpect" - TOXENV: "py35-pytest28-pexpect" - TOXENV: "flakes"