bring develop branch up to date with master #7
12
.drone.yml
12
.drone.yml
|
@ -3,12 +3,12 @@ type: docker
|
|||
name: test and build
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: python:3.7
|
||||
commands:
|
||||
- pip install poetry
|
||||
- poetry install
|
||||
- poetry run pytest
|
||||
# - name: test
|
||||
# image: python:3.7
|
||||
# commands:
|
||||
# - pip install poetry
|
||||
# - poetry install
|
||||
# - poetry run pytest
|
||||
|
||||
- name: publish
|
||||
when:
|
||||
|
|
Loading…
Reference in New Issue