Drone: Flask toegevoegd aan docker test
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Marcel Nijenhof
2021-07-30 14:46:03 +02:00
parent e4d9cef092
commit 58bb303fa0

View File

@@ -77,7 +77,7 @@ steps:
environment:
PYTHONPATH: .
commands:
- pip install python-dateutil
- pip install python-dateutil flask
- python setup.py test
---
@@ -91,7 +91,7 @@ steps:
environment:
PYTHONPATH: .
commands:
- pip install python-dateutil
- pip install python-dateutil flask
- python setup.py test
---