]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
ci: Add python 3.8 to windows CI
authorBen Darnell <ben@bendarnell.com>
Sun, 19 Jan 2020 20:19:45 +0000 (15:19 -0500)
committerBen Darnell <ben@bendarnell.com>
Sun, 19 Jan 2020 22:07:16 +0000 (17:07 -0500)
appveyor.yml

index fae4516e5d919ae63e47adc56a0d55219220e2ed..732a704370dd2129e6c5b82e541a9a046fe4363c 100644 (file)
@@ -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%"