diff --git a/.drone.yml b/.drone.yml index f4d3c8d..ad55d42 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 \ No newline at end of file + - pytest --flake8 --isort