Files
wallabag_docker/.travis.yml

27 lines
416 B
YAML
Raw Normal View History

language: python
python:
- 3.5
services:
- docker
env:
2016-10-24 09:53:42 +02:00
- 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/