Update '.drone.yml'
continuous-integration/drone/pr Build is failing Details
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jack Hadrill 2022-08-27 19:52:15 +00:00
parent 6037f1fa1f
commit 362378a24f
1 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ type: docker
name: lint
steps:
- name: lint
image: python:3-slim
image: python:3-alpine
commands:
- echo "Installing lint dependencies..."
- pip install --no-cache-dir .[lint] > /dev/null
@ -17,7 +17,7 @@ type: docker
name: test
steps:
- name: test
image: python:3-slim
image: python:3-alpine
commands:
- echo "Installing test dependencies..."
- pip install --no-cache-dir .[test] > /dev/null
@ -32,7 +32,7 @@ depends_on:
- test
steps:
- name: build
image: python:3-slim
image: python:3-alpine
commands:
- pip install --no-cache-dir build
- python -m build --wheel