Skip to content

Commit

Permalink
ci: Add python 3.8 to windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bdarnell committed Jan 19, 2020
1 parent e56aab6 commit 74398e6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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%"
Expand Down

0 comments on commit 74398e6

Please sign in to comment.