drone: add missing build-base to alpine python images

This commit is contained in:
Robert Kaussow 2018-12-19 12:30:15 +01:00
parent 15292c5d64
commit 23e4ef8ed0
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,7 @@ steps:
environment:
PY_COLORS: "1"
commands:
- apk add --no-cache build-base
- pip install tox -q
- tox -e $(tox -l | grep py27* | xargs | sed 's/ /,/g') -q
when:
@ -22,6 +23,7 @@ steps:
environment:
PY_COLORS: "1"
commands:
- apk add --no-cache build-base
- pip install tox -q
- tox -e $(tox -l | grep py35* | xargs | sed 's/ /,/g') -q
when:
@ -35,6 +37,7 @@ steps:
environment:
PY_COLORS: "1"
commands:
- apk add --no-cache build-base
- pip install tox -q
- tox -e $(tox -l | grep py36* | xargs | sed 's/ /,/g') -q
when:
@ -48,6 +51,7 @@ steps:
environment:
PY_COLORS: "1"
commands:
- apk add --no-cache build-base
- pip install tox -q
- tox -e $(tox -l | grep py37* | xargs | sed 's/ /,/g') -q
when: