Skip to content

Commit f244c4b

Browse files
committed
TOX: Add NIPY_EXTRA_TESTS to pass_env
1 parent c7ef0d4 commit f244c4b

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
@@ -51,12 +51,14 @@ install_command =
5151
{opts} {packages}
5252
pip_pre =
5353
pre: true
54-
# getpass.getuser() sources for Windows:
5554
pass_env =
55+
# getpass.getuser() sources for Windows:
5656
LOGNAME
5757
USER
5858
LNAME
5959
USERNAME
60+
# Environment variables we check for
61+
NIPY_EXTRA_TESTS
6062
extras = test
6163
deps =
6264
# NEP29/SPEC0 + 1yr: Test on minor release series within the last 3 years

0 commit comments

Comments
 (0)