PYTHONPATH=. zodat llmwsip gevonden word
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Marcel Nijenhof
2022-01-03 18:38:08 +01:00
parent 664b215f16
commit f55d6c2e19

View File

@@ -10,6 +10,8 @@ platform:
steps:
- name: Run unit test
environment:
PYTHONPATH: .
commands:
- python3 tests/main.py
@@ -25,6 +27,8 @@ platform:
steps:
- name: Run unit test
environment:
PYTHONPATH: .
commands:
- python3 tests/main.py
@@ -40,6 +44,8 @@ platform:
steps:
- name: Run unit test
environment:
PYTHONPATH: .
commands:
- python3 tests/main.py
@@ -68,6 +74,8 @@ name: docker_python:3.6
steps:
- name: Run unit test
image: python:3.6
environment:
PYTHONPATH: .
commands:
- pip install python-dateutil
- tests/main.py
@@ -80,6 +88,8 @@ name: docker_python:latest
steps:
- name: Run unit test
image: python:latest
environment:
PYTHONPATH: .
commands:
- pip install python-dateutil
- python --version