[.drone.yml]: inprove syntax

This commit is contained in:
Jesús 2021-05-09 20:54:08 -05:00
parent 462c0ef323
commit 37f7a4c1cf
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -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