Skip to content

Commit 5c4b759

Browse files
committed
Pass DISPLAY environment variable to tox
1 parent 1d92f3d commit 5c4b759

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ requires =
77
pip >= 19.3.1
88

99
[testenv]
10+
passenv =
11+
DISPLAY
1012
changedir = .tmp/{envname}
1113
description = run tests
1214
deps =

0 commit comments

Comments
 (0)