Files
lmwsip/.drone.yml
Marcel Nijenhof 7e6751f60d
Some checks failed
continuous-integration/drone/push Build is failing
Aanpassing drone pipeline test stap
2020-09-08 14:41:06 +02:00

20 lines
263 B
YAML

---
kind: pipeline
type: exec
name: default
platform:
os: linux
arch: amd64
steps:
- name: Run unit test
environment:
PYTHONPATH: .
commands:
- python test/__init__.py
- name: Build package files
commands:
- python3 setup.py sdist bdist_wheel