diff --git a/.travis.yml b/.travis.yml index d9ce0fa..76ec0dc 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.6" - WITH_LIB="requests2.7" - WITH_LIB="requests1.x" - WITH_LIB="httplib2" @@ -40,6 +41,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.6" ] ; then pip install requests==2.6.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