From: Ben Darnell Date: Sun, 19 Jan 2020 20:19:45 +0000 (-0500) Subject: ci: Add python 3.8 to windows CI X-Git-Tag: v6.0.4^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be8595f001db994978704a548e6796a37dc3eec4;p=thirdparty%2Ftornado.git ci: Add python 3.8 to windows CI --- 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%"