diff --git a/.drone.yml b/.drone.yml index 63b06d6..f2831b4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,9 +1,10 @@ +--- kind: pipeline name: default steps: - name: test image: python - commands: - - pip install -r requirements.txt - - pytest \ No newline at end of file + commands: + - pip install -r requirements.txt + - pytest \ No newline at end of file