Skip to content

Commit 4d9e115

Browse files
committed
MAINT: fixes for tox >=4 compatibility
1 parent 6f8a6bb commit 4d9e115

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,12 @@ envlist =
77
requires =
88
setuptools >= 30.3.0
99
pip >= 19.3.1
10-
tox-pypi-filter >= 0.12
1110
isolated_build = true
1211

1312
[testenv]
1413

1514
# Pass through the following environment variables which are needed for the CI
16-
passenv = HOME WINDIR CI
15+
passenv = HOME,WINDIR,CI
1716

1817
# Run the tests in a temporary directory to make sure that we don't import
1918
# astropy from the source tree

0 commit comments

Comments
 (0)