We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef558a5 commit 5900a4cCopy full SHA for 5900a4c
.travis.yml
@@ -1,5 +1,6 @@
1
# ref: https://docs.travis-ci.com/user/languages/python
2
language: python
3
+dist: trusty
4
sudo: true
5
services:
6
- docker
kubernetes/e2e_test/base.py
@@ -36,6 +36,7 @@ def get_e2e_configuration():
36
urllib3.PoolManager().request('GET', url)
37
config.host = url
38
config.verify_ssl = False
39
+ urllib3.disable_warnings()
40
break
41
except urllib3.exceptions.HTTPError:
42
pass
0 commit comments