mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-22 12:50:42 +00:00
drone: add missing build dependencies
This commit is contained in:
parent
23e4ef8ed0
commit
8b4e6aa9c6
@ -9,7 +9,7 @@ steps:
|
|||||||
environment:
|
environment:
|
||||||
PY_COLORS: "1"
|
PY_COLORS: "1"
|
||||||
commands:
|
commands:
|
||||||
- apk add --no-cache build-base
|
- apk add --no-cache openssl-dev libffi-dev build-base
|
||||||
- pip install tox -q
|
- pip install tox -q
|
||||||
- tox -e $(tox -l | grep py27* | xargs | sed 's/ /,/g') -q
|
- tox -e $(tox -l | grep py27* | xargs | sed 's/ /,/g') -q
|
||||||
when:
|
when:
|
||||||
@ -23,7 +23,7 @@ steps:
|
|||||||
environment:
|
environment:
|
||||||
PY_COLORS: "1"
|
PY_COLORS: "1"
|
||||||
commands:
|
commands:
|
||||||
- apk add --no-cache build-base
|
- apk add --no-cache openssl-dev libffi-dev build-base
|
||||||
- pip install tox -q
|
- pip install tox -q
|
||||||
- tox -e $(tox -l | grep py35* | xargs | sed 's/ /,/g') -q
|
- tox -e $(tox -l | grep py35* | xargs | sed 's/ /,/g') -q
|
||||||
when:
|
when:
|
||||||
@ -37,7 +37,7 @@ steps:
|
|||||||
environment:
|
environment:
|
||||||
PY_COLORS: "1"
|
PY_COLORS: "1"
|
||||||
commands:
|
commands:
|
||||||
- apk add --no-cache build-base
|
- apk add --no-cache openssl-dev libffi-dev build-base
|
||||||
- pip install tox -q
|
- pip install tox -q
|
||||||
- tox -e $(tox -l | grep py36* | xargs | sed 's/ /,/g') -q
|
- tox -e $(tox -l | grep py36* | xargs | sed 's/ /,/g') -q
|
||||||
when:
|
when:
|
||||||
@ -51,7 +51,7 @@ steps:
|
|||||||
environment:
|
environment:
|
||||||
PY_COLORS: "1"
|
PY_COLORS: "1"
|
||||||
commands:
|
commands:
|
||||||
- apk add --no-cache build-base
|
- apk add --no-cache openssl-dev libffi-dev build-base
|
||||||
- pip install tox -q
|
- pip install tox -q
|
||||||
- tox -e $(tox -l | grep py37* | xargs | sed 's/ /,/g') -q
|
- tox -e $(tox -l | grep py37* | xargs | sed 's/ /,/g') -q
|
||||||
when:
|
when:
|
||||||
|
Loading…
Reference in New Issue
Block a user