Skip to content

Commit 8853aee

Browse files
Explicity allow env in tox configuration.
1 parent 62b0b82 commit 8853aee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ setenv=
2626
OMP_NUM_THREADS=1
2727
MKL_NUM_THREADS=1
2828
VML_NUM_THREADS=1
29+
allowlist_externals=
30+
env
2931
commands=
3032
pytest -vv --cov=patsy --cov-config={toxinidir}/.coveragerc --cov-report=term-missing --cov-report=xml --cov-report=html:{toxworkdir}/coverage/{envname} {posargs:}
3133
env PATSY_AVOID_OPTIONAL_DEPENDENCIES=1 pytest -vv --cov=patsy --cov-config={toxinidir}/.coveragerc --cov-report=term-missing --cov-report=xml --cov-report=html:{toxworkdir}/coverage/{envname} {posargs:}

0 commit comments

Comments
 (0)