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