Test making CI/CD parallel (2)
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-09-12 12:24:09 +02:00
parent 6f37fb9585
commit f4411bb204

View File

@@ -7,6 +7,7 @@ steps:
image: pyfound/black:21.7b0 image: pyfound/black:21.7b0
commands: commands:
- black --check --diff --quiet . - black --check --diff --quiet .
depends_on: []
- name: test-python-3.8 - name: test-python-3.8
image: python:3.8-slim image: python:3.8-slim