diff --git a/.drone.yml b/.drone.yml index 17e6c59..93c9a28 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,8 +9,10 @@ platform: steps: - name: Run unit test + environment: + PYTHONPATH: . commands: - - python -m unittest lmwsip + - python test/__init__.py - name: Build package files commands: