This commit is contained in:
parent
cb5d6fc77d
commit
fc33fd7a78
32
.drone.yml
Normal file
32
.drone.yml
Normal file
@ -0,0 +1,32 @@
|
||||
---
|
||||
kind: pipeline
|
||||
|
||||
name: default
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- PY: 3.6
|
||||
TOXENV: py3
|
||||
- PY: 3.7
|
||||
TOXENV: py37
|
||||
- PY: 3.8
|
||||
TOXENV: py38
|
||||
- PY: 3.8
|
||||
TOXENV: lint
|
||||
- PY: 3.8
|
||||
TOXENV: sort
|
||||
- PY: 3.8
|
||||
TOXENV: format
|
||||
- PY: 3.8
|
||||
TOXENV: type
|
||||
- PY: 3.8
|
||||
TOXENV: docs
|
||||
- PY: 3.8
|
||||
TOXENV: metadata-release
|
||||
|
||||
steps:
|
||||
- name: Run tox testing
|
||||
image: python
|
||||
commands:
|
||||
- pip install tox==3.14.6
|
||||
- tox -v
|
Reference in New Issue
Block a user