Skip to content

Commit fb56eb9

Browse files
benoit-pierrexavfernandez
authored andcommitted
tox: fix handling of flaky tests during CI builds
1 parent dcf3ac6 commit fb56eb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ envlist =
44
py27, py33, py34, py35, py36, py37, pypy
55

66
[testenv]
7-
passenv = GIT_SSL_CAINFO
7+
passenv = CI GIT_SSL_CAINFO
88
setenv =
99
# This is required in order to get UTF-8 output inside of the subprocesses
1010
# that our tests use.

0 commit comments

Comments
 (0)