Skip to content

Commit ccf85f9

Browse files
Adhere to tox INI rules
refs: * tox-dev/tox@f4840a0 * https://tox.wiki/en/latest/faq.html#tox-4-changed-ini-rules * tox-dev/tox#2676 Signed-off-by: Francesco Giordano <giordafr@amazon.it>
1 parent b0167c7 commit ccf85f9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ envlist =
55

66
# Default testenv. Used to run tests on all python versions.
77
[testenv]
8-
passenv = CI GITHUB_*
8+
passenv =
9+
CI
10+
GITHUB_*
911
usedevelop =
1012
cov: true
1113
nocov: false

0 commit comments

Comments
 (0)