Unleash more matrix attempts
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
fc33fd7a78
commit
3e03c91cb3
24
.drone.yml
24
.drone.yml
@ -5,28 +5,28 @@ name: default
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- PY: 3.6
|
||||
TOXENV: py3
|
||||
- PY: 3.7
|
||||
- IMAGE: 3.6-stretch
|
||||
TOXENV: py36
|
||||
- IMAGE: 3.7-stretch
|
||||
TOXENV: py37
|
||||
- PY: 3.8
|
||||
- IMAGE: 3.8-buster
|
||||
TOXENV: py38
|
||||
- PY: 3.8
|
||||
- IMAGE: 3.8-buster
|
||||
TOXENV: lint
|
||||
- PY: 3.8
|
||||
- IMAGE: 3.8-buster
|
||||
TOXENV: sort
|
||||
- PY: 3.8
|
||||
- IMAGE: 3.8-buster
|
||||
TOXENV: format
|
||||
- PY: 3.8
|
||||
- IMAGE: 3.8-buster
|
||||
TOXENV: type
|
||||
- PY: 3.8
|
||||
- IMAGE: 3.8-buster
|
||||
TOXENV: docs
|
||||
- PY: 3.8
|
||||
- IMAGE: 3.8-buster
|
||||
TOXENV: metadata-release
|
||||
|
||||
steps:
|
||||
- name: Run tox testing
|
||||
image: python
|
||||
image: "python:${IMAGE}"
|
||||
commands:
|
||||
- pip install tox==3.14.6
|
||||
- tox -v
|
||||
- tox -e "${TOXENV}"
|
||||
|
Reference in New Issue
Block a user