From 6d9dd442189d27dfcc6ad0178f8cc8cc6e574c92 Mon Sep 17 00:00:00 2001 From: Ben Darnell Date: Sun, 19 Jan 2020 15:19:45 -0500 Subject: [PATCH] ci: Add python 3.8 to windows CI --- appveyor.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index fae4516e5..732a70437 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -50,6 +50,18 @@ environment: TOX_ENV: "py37" TOX_ARGS: "" + - PYTHON: "C:\\Python38" + PYTHON_VERSION: "3.8.x" + PYTHON_ARCH: "32" + TOX_ENV: "py38" + TOX_ARGS: "tornado.test.websocket_test" + + - PYTHON: "C:\\Python38-x64" + PYTHON_VERSION: "3.8.x" + PYTHON_ARCH: "64" + TOX_ENV: "py38" + TOX_ARGS: "" + install: # Make sure the right python version is first on the PATH. - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%" -- 2.47.2