From 97333d820111a9628bf4cdc10324ce7b41e5db63 Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Wed, 11 Oct 2023 23:54:52 -0400 Subject: [PATCH] Pass move env into tox --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a7aa26d..f378047 100644 --- a/tox.ini +++ b/tox.ini @@ -7,7 +7,7 @@ envlist = [testenv] # Pass through the following environment variables which are needed for the CI -passenv = HOME,CI +passenv = HOME,WINDIR,CC,CI setenv = devdeps: PIP_EXTRA_INDEX_URL = https://pypi.anaconda.org/astropy/simple https://pypi.anaconda.org/scientific-python-nightly-wheels/simple