Merge "Add tox environment to run against master requests"
This commit is contained in:
commit
a8b009cf28
6
tox.ini
6
tox.ini
@ -73,3 +73,9 @@ commands =
|
|||||||
|
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
commands = python setup.py build_sphinx
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user