simplex/.drone.yml

12 lines
234 B
YAML
Raw Permalink Normal View History

2021-07-08 13:48:02 +00:00
---
2019-12-03 09:57:05 +00:00
kind: pipeline
2021-07-08 13:48:02 +00:00
type: docker
2019-12-03 09:57:05 +00:00
name: default
steps:
2021-07-08 13:50:07 +00:00
- name: python-tests
2019-12-03 09:57:05 +00:00
image: themattrix/tox
commands:
2021-10-04 09:20:23 +00:00
# python 3.9 is not included in themattrix/tox yet
- tox -e py36,py37,py38,py36-lint,py37-lint,py38-lint