Build package toegevoegd aan pipeline
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Marcel Nijenhof
2020-09-04 22:56:19 +02:00
parent 09096099f9
commit 827807be73

View File

@@ -11,3 +11,7 @@ steps:
- name: Run unit test - name: Run unit test
commands: commands:
- python -m unittest lmwsip - python -m unittest lmwsip
- name: Build package files
commands:
- python3 setup.py sdist bdist_wheel