Skip to content

Commit 802a6a2

Browse files
authored
Merge pull request #678 from geopython/test-patchfix
Remove unneeded commas
2 parents 53b0c81 + f48d5eb commit 802a6a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ setenv =
1010
PYTHONPATH = {toxinidir}
1111
COV_CORE_SOURCE =
1212
passenv =
13-
CI,
14-
GITHUB_*,
13+
CI
14+
GITHUB_*
1515
LD_LIBRARY_PATH
1616
download = True
1717
install_command =

0 commit comments

Comments
 (0)