Provide better error message when running on unsupported distro

This commit is contained in:
yuvipanda
2018-10-30 20:08:47 -07:00
parent 1d23c3fa2e
commit 5374f5eaf5
4 changed files with 61 additions and 4 deletions

View File

@@ -57,7 +57,7 @@ jobs:
- run:
name: setup python3
command: |
apk add --no-cache python3
apk add --no-cache python3 pytest
- checkout
- setup_remote_docker
@@ -79,6 +79,12 @@ jobs:
--installer-args "--plugin /srv/src/integration-tests/plugins/simplest" \
plugins test_simplest_plugin.py
- run:
name: Run distro check test
command: |
py.test integration-tests/test_distro.py
documentation:
docker: