simplex/.drone.yml

12 lines
234 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: python-tests
image: themattrix/tox
commands:
# python 3.9 is not included in themattrix/tox yet
- tox -e py36,py37,py38,py36-lint,py37-lint,py38-lint