CI, celery, compose setup, hackity hack hack

This commit is contained in:
Luke Murphy
2020-07-05 01:21:17 +02:00
parent a05cfe3337
commit b914d1ae73
13 changed files with 89 additions and 44 deletions

View File

@ -1,10 +1,6 @@
---
matrix:
include:
- IMAGE: 3.6-stretch
TOXENV: py36
- IMAGE: 3.7-stretch
TOXENV: py37
- IMAGE: 3.8-buster
TOXENV: py38
- IMAGE: 3.8-buster
@ -15,14 +11,10 @@ matrix:
TOXENV: format
- IMAGE: 3.8-buster
TOXENV: type
- IMAGE: 3.8-buster
TOXENV: docs
- IMAGE: 3.8-buster
TOXENV: metadata-release
pipeline:
build:
image: python:${IMAGE}
commands:
- pip install tox==3.14.6
- pip install tox
- tox -e ${TOXENV}