aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.drone.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.drone.yml b/.drone.yml
index a4dd37e..0b51715 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -5,6 +5,6 @@ steps:
- name: test
image: python:3.7.3
commands:
- - pip install --upgrade pip
- - pip install -r requirements.txt
- - pytest
+ - pip install --upgrade pip
+ - pip install -r requirements.txt
+ - pytest