Update '.drone.yml'
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
c7a31ce559
commit
1c7d5d570a
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