mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Enable Python 3.8 and Python 3.9 testing in AppVeyor
This commit is contained in:
parent
f376da2e66
commit
2ad21734d4
@ -9,11 +9,17 @@ environment:
|
|||||||
PYTHON: "C:\\Python36-x64"
|
PYTHON: "C:\\Python36-x64"
|
||||||
- TOXENV: py37
|
- TOXENV: py37
|
||||||
PYTHON: "C:\\Python37-x64"
|
PYTHON: "C:\\Python37-x64"
|
||||||
|
- TOXENV: py38
|
||||||
|
PYTHON: "C:\\Python38-x64"
|
||||||
|
- TOXENV: py39
|
||||||
|
PYTHON: "C:\\Python39-x64"
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- TOXENV: py35
|
- TOXENV: py35
|
||||||
- TOXENV: py36
|
- TOXENV: py36
|
||||||
- TOXENV: py37
|
- TOXENV: py37
|
||||||
|
- TOXENV: py38
|
||||||
|
- TOXENV: py39
|
||||||
init: SET "PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
|
init: SET "PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
|
||||||
install:
|
install:
|
||||||
- pip install tox
|
- pip install tox
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user