Take a stab at the drone CI
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Luke Murphy 2020-04-11 23:42:09 +02:00
parent cb5d6fc77d
commit fc33fd7a78
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 32 additions and 0 deletions

32
.drone.yml Normal file
View 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