Skip to content

Commit cd3f876

Browse files
committed
..
1 parent 1af646c commit cd3f876

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tox.ini

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ commands =
6161
doc8 docs/
6262

6363
[testenv:docs]
64-
setenv = HTTP_PROXY = "socks5h://198.177.253.13:4145"
64+
setenv =
65+
HTTP_PROXY = socks5h://198.177.253.13:4145
66+
HTTPS_PROXY = socks5h://198.177.253.13:4145
67+
http_proxy = socks5h://198.177.253.13:4145
68+
https_proxy = socks5h://198.177.253.13:4145
6569
extras = docs
6670
commands = sphinx-build -n -W -b html -d docs/_build/doctrees docs docs/_build/html

0 commit comments

Comments
 (0)