Add docker-compose to test env
continuous-integration/drone/push Build is failing Details

This commit is contained in:
IamTheFij 2020-01-28 14:03:31 -05:00
parent fa2c56fced
commit f1d00cd499
1 changed files with 1 additions and 2 deletions

View File

@ -11,9 +11,8 @@ steps:
- name: test
image: python:3-alpine
commands:
- ls
- pwd
- apk add bash make shellcheck
- pip install docker-compose
- make all
- name: notify