Fix Travis CI failure

This commit is contained in:
mbohlool 2017-06-30 14:15:10 -07:00
parent ef558a5ce4
commit 5900a4c8c5
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
# ref: https://docs.travis-ci.com/user/languages/python
language: python
dist: trusty
sudo: true
services:
- docker

View File

@ -36,6 +36,7 @@ def get_e2e_configuration():
urllib3.PoolManager().request('GET', url)
config.host = url
config.verify_ssl = False
urllib3.disable_warnings()
break
except urllib3.exceptions.HTTPError:
pass