simplex/.drone.yml
Mikaël Capelle fe61c179cd
All checks were successful
continuous-integration/drone Build is passing
[simplex] Minor cleaning.
2021-10-04 11:20:23 +02:00

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