Try to debug the CI

This commit is contained in:
Thomas Sileo 2018-05-20 22:40:14 +02:00
parent 0cc936fd0b
commit 388fd1cdf5
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,7 @@ python:
services:
- docker
install:
- sudo pip install -U pip
- sudo curl -L https://github.com/docker/compose/releases/download/1.21.2/docker-compose-$(uname -s)-$(uname -m) -o /usr/local/bin/docker-compose
- sudo chmod +x /usr/local/bin/docker-compose
- docker-compose --version
@ -15,4 +16,6 @@ script:
- cp -r tests/me.yml config/me.yml
- docker-compose up -d
- docker-compose ps
- sleep 2
- docker-compose logs web
- pytest -v --ignore data