This repository has been archived on 2020-06-17. You can view files and clone it, but cannot push or open issues or pull requests.
autonomic/.drone.yml

33 lines
477 B
YAML

---
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