aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-05-09 20:54:08 -0500
committerJesús <heckyel@hyperbola.info>2021-05-09 20:54:08 -0500
commit37f7a4c1cf067fdbd54e6bbb486d6cc2cee8d451 (patch)
treef36e9c75bf5619abcaf72a1bae89ee3216877464
parent462c0ef323c3945484ad65967757ae16b9239388 (diff)
downloadyt-local-37f7a4c1cf067fdbd54e6bbb486d6cc2cee8d451.tar.lz
yt-local-37f7a4c1cf067fdbd54e6bbb486d6cc2cee8d451.tar.xz
yt-local-37f7a4c1cf067fdbd54e6bbb486d6cc2cee8d451.zip
[.drone.yml]: inprove syntax
-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