From cacbc01c40894e9974b986d702ad1c1400e2aaf6 Mon Sep 17 00:00:00 2001 From: Jamie Lennox Date: Mon, 9 May 2016 14:41:15 +1000 Subject: [PATCH] Add tox environment to run against master requests Add a new environment that will install the latest development version of requests. This lets you check for anything new coming down that might bite us in upcoming releases. Change-Id: I3dfaf79c681c5c4075b387947d797285c011cb88 --- tox.ini | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tox.ini b/tox.ini index 44bc8c8..1823f8d 100644 --- a/tox.ini +++ b/tox.ini @@ -73,3 +73,9 @@ commands = [testenv:docs] commands = python setup.py build_sphinx + +[testenv:requests-tip] +deps = + six + -egit+https://github.com/kennethreitz/requests.git#egg=requests + -r{toxinidir}/test-requirements.txt