diff --git a/.drone.yml b/.drone.yml index 6faa4ae..a969da3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,7 +2,7 @@ kind: pipeline name: default steps: -- test +- name: test image: python:3.6 commands: - pip install coverage pytest