Merge "Add tox environment to run against master requests"

This commit is contained in:
Jenkins 2016-05-09 05:02:10 +00:00 committed by Gerrit Code Review
commit a8b009cf28
1 changed files with 6 additions and 0 deletions

View File

@ -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