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
|
name: test and build
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
# - name: test
|
||||||
image: python:3.7
|
# image: python:3.7
|
||||||
commands:
|
# commands:
|
||||||
- pip install poetry
|
# - pip install poetry
|
||||||
- poetry install
|
# - poetry install
|
||||||
- poetry run pytest
|
# - poetry run pytest
|
||||||
|
|
||||||
- name: publish
|
- name: publish
|
||||||
when:
|
when:
|
||||||
|
|
Loading…
Reference in New Issue