Switch to debian slim base for tests
continuous-integration/drone/push Build is failing Details

This makes improved builds speeds much faster since
it supports wheels out of the box
This commit is contained in:
IamTheFij 2020-01-30 10:21:02 -08:00
parent af49bee4e5
commit d0670c0c9f
1 changed files with 3 additions and 2 deletions

View File

@ -9,9 +9,10 @@ workspace:
steps:
- name: test
image: python:3-alpine
image: python:3-slim
commands:
- apk add bash shellcheck make gcc musl-dev libffi-dev openssl-dev
- apt-get update
- apt-get install --no-install-recommends make
- pip install docker-compose
- make all