mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
AppVeyor: allow failures, run lint using Python 3.7 (#1911)
Signed-off-by: Brett Randall <javabrett@gmail.com>
This commit is contained in:
parent
e5c11e8f8a
commit
3627c1cff5
@ -2,13 +2,18 @@ version: '{branch}.{build}'
|
||||
environment:
|
||||
matrix:
|
||||
- TOXENV: lint
|
||||
PYTHON: "C:\\Python35-x64"
|
||||
PYTHON: "C:\\Python37-x64"
|
||||
- TOXENV: py35
|
||||
PYTHON: "C:\\Python35-x64"
|
||||
- TOXENV: py36
|
||||
PYTHON: "C:\\Python36-x64"
|
||||
- TOXENV: py37
|
||||
PYTHON: "C:\\Python37-x64"
|
||||
matrix:
|
||||
allow_failures:
|
||||
- TOXENV: py35
|
||||
- TOXENV: py36
|
||||
- TOXENV: py37
|
||||
init: SET "PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
|
||||
install:
|
||||
- pip install tox
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user