We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
env
1 parent 62b0b82 commit 8853aeeCopy full SHA for 8853aee
tox.ini
@@ -26,6 +26,8 @@ setenv=
26
OMP_NUM_THREADS=1
27
MKL_NUM_THREADS=1
28
VML_NUM_THREADS=1
29
+allowlist_externals=
30
+ env
31
commands=
32
pytest -vv --cov=patsy --cov-config={toxinidir}/.coveragerc --cov-report=term-missing --cov-report=xml --cov-report=html:{toxworkdir}/coverage/{envname} {posargs:}
33
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