From bc26ce877abb62319ed655b2eaf7ef1da9556ca2 Mon Sep 17 00:00:00 2001 From: Kevin McCarthy Date: Tue, 5 May 2015 19:44:19 -1000 Subject: [PATCH] add requests 2.7 to tox and travis --- .travis.yml | 2 ++ tox.ini | 1 + 2 files changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 5f17fc2..594b492 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ env: - WITH_LIB="requests2.3" - WITH_LIB="requests2.4" - WITH_LIB="requests2.5" + - WITH_LIB="requests2.7" - WITH_LIB="requests1.x" - WITH_LIB="httplib2" - WITH_LIB="boto" @@ -38,6 +39,7 @@ install: - if [ $WITH_LIB = "requests2.3" ] ; then pip install requests==2.3.0; fi - if [ $WITH_LIB = "requests2.4" ] ; then pip install requests==2.4.0; fi - if [ $WITH_LIB = "requests2.5" ] ; then pip install requests==2.5.0; fi +- if [ $WITH_LIB = "requests2.7" ] ; then pip install requests==2.7.0; fi - if [ $WITH_LIB = "httplib2" ] ; then pip install httplib2; fi - if [ $WITH_LIB = "boto" ] ; then pip install boto; fi - if [ $WITH_LIB = "urllib31.7" ] ; then pip install certifi urllib3==1.7.1; fi diff --git a/tox.ini b/tox.ini index 212a2a2..82bd432 100644 --- a/tox.ini +++ b/tox.ini @@ -20,6 +20,7 @@ deps = requests24: requests==2.4.0 requests23: requests==2.3.0 requests22: requests==2.2.1 + requests27: requests==2.7.0 httplib2: httplib2 urllib317: urllib3==1.7.1 urllib319: urllib3==1.9.1