Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e01b65e

Browse files
committed
Add pass-through for environment variable.
1 parent 445bbf0 commit e01b65e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,7 @@ isolated_build = True
55
[testenv]
66
setenv =
77
PYTHONHASHSEED=0
8-
passenv = APPVEYOR
8+
passenv =
9+
APPVEYOR
10+
SSL_CERT_DIR
911
commands = python tests/test_all.py

0 commit comments

Comments
 (0)