PYTHONPATH=src zodat lmwsip gevonden word
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
12
.drone.yml
12
.drone.yml
@@ -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
|
||||||
|
Reference in New Issue
Block a user