let the travis die and retry fun start

This commit is contained in:
Thomas Maurice 2019-03-16 11:55:58 +00:00
parent 168be1f6bb
commit 335e71ef17
1 changed files with 3 additions and 1 deletions

View File

@ -1,13 +1,15 @@
---
sudo: required
language: python
python:
- "3.6"
services:
- docker
before_install:
- sudo apt-get -qq update
- >
sudo apt-get install -o Dpkg::Options::="--force-confold"
--force-yes -y docker-engine
--force-yes -y docker-ce
install:
- pip install -r requirements-travis.txt
script: