1
0
mirror of https://github.com/wallabag/docker synced 2025-12-13 09:46:27 +00:00
Files
docker-wallabag/.travis.yml
2016-10-24 09:53:42 +02:00

27 lines
416 B
YAML

language: python
python:
- 3.5
services:
- docker
env:
- DB_TYPE=default
- DB_TYPE=sqlite
- DB_TYPE=mariadb
- DB_TYPE=postgresql
install:
- docker-compose -f tests/docker-compose.$DB_TYPE.yml build
- docker-compose -f tests/docker-compose.$DB_TYPE.yml up -d
before_script:
- pip install pytest
- pip install requests
script:
- docker ps | grep -q wallabag
- sleep 60
- py.test tests/