Correctie .drone
This commit is contained in:
@@ -61,8 +61,6 @@ platform:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Run unit test
|
- name: Run unit test
|
||||||
environment:
|
|
||||||
PYTHONPATH: src
|
|
||||||
commands:
|
commands:
|
||||||
- tox
|
- tox
|
||||||
|
|
||||||
@@ -77,7 +75,7 @@ steps:
|
|||||||
environment:
|
environment:
|
||||||
PYTHONPATH: src
|
PYTHONPATH: src
|
||||||
commands:
|
commands:
|
||||||
- pip install python-dateutil flask
|
- pip install python-dateutil flask requests numpy pyopenssl
|
||||||
- python tests/main.py
|
- python tests/main.py
|
||||||
|
|
||||||
---
|
---
|
||||||
@@ -91,7 +89,7 @@ steps:
|
|||||||
environment:
|
environment:
|
||||||
PYTHONPATH: src
|
PYTHONPATH: src
|
||||||
commands:
|
commands:
|
||||||
- pip install python-dateutil flask
|
- pip install python-dateutil flask flask requests numpy pyopenssl
|
||||||
- python --version
|
- python --version
|
||||||
- python tests/main.py
|
- python tests/main.py
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user