From 5f4b5d7d7d2fe496eccca7f27a937da760aec1bc Mon Sep 17 00:00:00 2001 From: Marcel Nijenhof Date: Tue, 8 Sep 2020 17:25:20 +0200 Subject: [PATCH] drone: Correctie --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index c5d046f..8802511 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,11 +12,11 @@ steps: environment: PYTHONPATH: . commands: - - python lmwsip/tests/__init__.py + - python setup.py test - name: Build package files commands: - - python setup.py test + - python setup.py sdist bdist_wheel - name: Versie toevoegen aan download environment: