Enable Python 3.8 and Python 3.9 testing in AppVeyor

This commit is contained in:
Randall Leeds 2020-12-19 00:46:20 -05:00
parent f376da2e66
commit 2ad21734d4

View File

@ -9,11 +9,17 @@ environment:
PYTHON: "C:\\Python36-x64"
- TOXENV: py37
PYTHON: "C:\\Python37-x64"
- TOXENV: py38
PYTHON: "C:\\Python38-x64"
- TOXENV: py39
PYTHON: "C:\\Python39-x64"
matrix:
allow_failures:
- TOXENV: py35
- TOXENV: py36
- TOXENV: py37
- TOXENV: py38
- TOXENV: py39
init: SET "PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
install:
- pip install tox