Compare commits

...

1 Commits

Author SHA1 Message Date
jens e1350affd7 Update '.drone.yml' 2020-11-12 08:28:41 +00:00
1 changed files with 19 additions and 0 deletions

View File

@ -21,3 +21,22 @@ steps:
- name: run pylint
commands:
- pylint --rcfile=.pylintrc -- **/*.py
- name: deploy on test
commands:
- echo 'todo: deploy on test'
when:
branch: [ develop ]
- name: check for version bump
commands:
- echo 'todo: check for version bump'
when:
branch: [ main ]
- name: deploy on production
commands:
- echo 'todo: push to pypi'
- echo 'todo: deploy from pypi on production'
when:
branch: [ main ]