Add more dependencies for tests
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
IamTheFij 2020-01-28 14:59:47 -05:00
parent 3f215fb2f4
commit 7c0c912374

View File

@ -11,7 +11,7 @@ steps:
- name: test - name: test
image: python:3-alpine image: python:3-alpine
commands: commands:
- apk add bash make shellcheck gcc - apk add bash shellcheck make gcc musl-dev libffi-dev
- pip install docker-compose - pip install docker-compose
- make all - make all