Skip to content

Commit

Permalink
tox: Fix passenv error
Browse files Browse the repository at this point in the history
Fix whitespace error related to tox. Update minversion to match latest
release of Tox (4.0.12).
  • Loading branch information
hiagofranco committed Dec 17, 2022
1 parent fee9527 commit 7e3d387
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
skip_missing_interpreters = True
skipsdist=True
minversion = 1.8
minversion = 4.0.12
envlist =
pypy3,
py39,
Expand All @@ -20,7 +20,7 @@ envlist =
# that our tests use.
setenv = LC_CTYPE = en_US.UTF-8
# Pass Display down to have it for the tests available
passenv = DISPLAY WAYLAND_DISPLAY
passenv = DISPLAY,WAYLAND_DISPLAY
whitelist_externals=convert
# xcffib has to be installed before cairocffi
deps =
Expand Down

0 comments on commit 7e3d387

Please sign in to comment.