diff options
author | Jesús <heckyel@hyperbola.info> | 2021-05-09 20:54:08 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-05-09 20:54:08 -0500 |
commit | 37f7a4c1cf067fdbd54e6bbb486d6cc2cee8d451 (patch) | |
tree | f36e9c75bf5619abcaf72a1bae89ee3216877464 | |
parent | 462c0ef323c3945484ad65967757ae16b9239388 (diff) | |
download | yt-local-37f7a4c1cf067fdbd54e6bbb486d6cc2cee8d451.tar.lz yt-local-37f7a4c1cf067fdbd54e6bbb486d6cc2cee8d451.tar.xz yt-local-37f7a4c1cf067fdbd54e6bbb486d6cc2cee8d451.zip |
[.drone.yml]: inprove syntax
-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 |