Update '.drone.yml'
This commit is contained in:
parent
6037f1fa1f
commit
362378a24f
@ -3,7 +3,7 @@ type: docker
|
|||||||
name: lint
|
name: lint
|
||||||
steps:
|
steps:
|
||||||
- name: lint
|
- name: lint
|
||||||
image: python:3-slim
|
image: python:3-alpine
|
||||||
commands:
|
commands:
|
||||||
- echo "Installing lint dependencies..."
|
- echo "Installing lint dependencies..."
|
||||||
- pip install --no-cache-dir .[lint] > /dev/null
|
- pip install --no-cache-dir .[lint] > /dev/null
|
||||||
@ -17,7 +17,7 @@ type: docker
|
|||||||
name: test
|
name: test
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: python:3-slim
|
image: python:3-alpine
|
||||||
commands:
|
commands:
|
||||||
- echo "Installing test dependencies..."
|
- echo "Installing test dependencies..."
|
||||||
- pip install --no-cache-dir .[test] > /dev/null
|
- pip install --no-cache-dir .[test] > /dev/null
|
||||||
@ -32,7 +32,7 @@ depends_on:
|
|||||||
- test
|
- test
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: python:3-slim
|
image: python:3-alpine
|
||||||
commands:
|
commands:
|
||||||
- pip install --no-cache-dir build
|
- pip install --no-cache-dir build
|
||||||
- python -m build --wheel
|
- python -m build --wheel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user