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
name default
kind: pipeline
name: default
steps
- name test
image python
commands
steps:
- name: test
image: python
commands:
- pip install -r requirements.txt
- pytest --flake8 --isort
- pytest --flake8 --isort