Mapytex/.drone.yml

19 lines
356 B
YAML
Raw Permalink Normal View History

2020-07-17 18:37:00 +00:00
kind: pipeline
name: default
steps:
2020-07-17 18:37:51 +00:00
- name: testing
2020-07-17 18:37:00 +00:00
image: python
commands:
- pip install -r requirements.txt
2020-07-18 06:21:50 +00:00
- pytest --doctest-modules ./mapytex/
2020-08-20 15:02:09 +00:00
- name: Publish
image: plugins/pypi
settings:
username:
from_secret: pypi_username
password:
from_secret: pypi_password
when:
event: tag