diff options
-rw-r--r-- | .drone.yml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |