mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-22 04:40:42 +00:00
drone: add missing build-base to alpine python images
This commit is contained in:
parent
15292c5d64
commit
23e4ef8ed0
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user