Make sure bash and curl are installed before using.

This commit is contained in:
2020-02-18 21:48:59 +01:00
parent 824bf707fb
commit 5aaf1197b7

View File

@@ -30,7 +30,9 @@ steps:
commands: commands:
- pip install -r requirements.txt - pip install -r requirements.txt
- py.test --cov-report=xml --cov=src test - py.test --cov-report=xml --cov=src test
- bash <(curl -s https://codecov.io/bash) - apk add curl
- apk add bash
- bash -c "$(curl -s https://codecov.io/bash)"
trigger: trigger:
branch: branch:
- master - master