From 432407f0546bd186974a68c81420d6520c0642fc Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Wed, 6 Dec 2023 11:34:52 -0500 Subject: [PATCH] TOX: Pass color preferences to tools --- tox.ini | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tox.ini b/tox.ini index 4363dbf8e..17a66b04e 100644 --- a/tox.ini +++ b/tox.ini @@ -63,6 +63,12 @@ pass_env = USERNAME # Environment variables we check for NIPY_EXTRA_TESTS + # Pass user color preferences through + PY_COLORS + FORCE_COLOR + NO_COLOR + CLICOLOR + CLICOLOR_FORCE extras = test deps = # General minimum dependencies: pin based on API usage