Added docker in travis.yml

This commit is contained in:
butomo1989 2017-04-19 13:53:16 +02:00
parent fb1106da9e
commit e8581c1501

View file

@ -3,6 +3,11 @@ language: python
python: python:
- "3.5" - "3.5"
sudo: required
services:
- docker
install: "pip install -r requirements.txt" install: "pip install -r requirements.txt"
script: bash travis.sh script: bash travis.sh