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

This commit is contained in:
Marcel Nijenhof
2022-01-03 18:39:16 +01:00
parent f55d6c2e19
commit 2909ea7ed4

View File

@@ -11,7 +11,7 @@ platform:
steps:
- name: Run unit test
environment:
PYTHONPATH: .
PYTHONPATH: src
commands:
- python3 tests/main.py
@@ -28,7 +28,7 @@ platform:
steps:
- name: Run unit test
environment:
PYTHONPATH: .
PYTHONPATH: src
commands:
- python3 tests/main.py
@@ -45,7 +45,7 @@ platform:
steps:
- name: Run unit test
environment:
PYTHONPATH: .
PYTHONPATH: src
commands:
- python3 tests/main.py
@@ -62,7 +62,7 @@ platform:
steps:
- name: Run unit test
environment:
PYTHONPATH: .
PYTHONPATH: src
commands:
- tox
@@ -75,7 +75,7 @@ steps:
- name: Run unit test
image: python:3.6
environment:
PYTHONPATH: .
PYTHONPATH: src
commands:
- pip install python-dateutil
- tests/main.py
@@ -89,7 +89,7 @@ steps:
- name: Run unit test
image: python:latest
environment:
PYTHONPATH: .
PYTHONPATH: src
commands:
- pip install python-dateutil
- python --version