Add missing colons
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
2020-07-08 18:45:30 +02:00
parent b7c854ac7a
commit 6bf1ad5180

View File

@@ -1,9 +1,9 @@
kind pipeline kind: pipeline
name default name: default
steps steps:
- name test - name: test
image python image: python
commands commands:
- pip install -r requirements.txt - pip install -r requirements.txt
- pytest --flake8 --isort - pytest --flake8 --isort