From 4d774a5ce7b46f6ab2b05302c0d0b20929fabd2c Mon Sep 17 00:00:00 2001 From: Todd Underwood Date: Mon, 2 Nov 2020 07:15:23 -0800 Subject: [PATCH] fix: remove pinned version of urllib3 (#52) --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e75063b..a54346a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,6 @@ python: - '2.7' - '3.6' install: -- pip install urllib3==1.23 - pip install -r requirements-dev.txt - pip install google-compute-engine - pip install twine