Repo reset for less crap

This commit is contained in:
Luke Murphy
2020-07-01 19:56:35 +02:00
parent b585217242
commit 0626962785
9 changed files with 7 additions and 76 deletions

View File

@ -1,18 +0,0 @@
---
matrix:
include:
- IMAGE: 3.8-buster
TOXENV: py38
- IMAGE: 3.8-buster
TOXENV: lint
- IMAGE: 3.8-buster
TOXENV: sort
- IMAGE: 3.8-buster
TOXENV: format
pipeline:
build:
image: python:${IMAGE}
commands:
- pip install tox
- tox -e ${TOXENV}