From 12e97d26b0d65ef67f7a1887d1af6b361c2d00bd Mon Sep 17 00:00:00 2001 From: Sean Lip Date: Thu, 21 Sep 2017 12:45:58 -0700 Subject: [PATCH] Try to fix issue with travis builds failing due to deprecation of uninstallation of urllib3. (#407) --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 924fb4ca..cf12d21f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,9 @@ cache: - ./tools/ dist: trusty install: true +language: python +python: +- 2.7 sudo: required branches: