mirror of
https://github.com/fedora-python/tox-current-env.git
synced 2024-12-25 01:26:13 +01:00
bf900a5c7c
Partial fix for https://github.com/fedora-python/tox-current-env/issues/52
19 lines
403 B
INI
19 lines
403 B
INI
[tox]
|
|
envlist = py36,py37,py38,py39,py310,py311
|
|
|
|
[testenv]
|
|
passenv =
|
|
XDG_CACHE_HOME
|
|
deps =
|
|
six
|
|
py
|
|
extras =
|
|
dev
|
|
full
|
|
commands =
|
|
python -c 'import os, sys; print(os.path.realpath(sys.exec_prefix), "is the exec_prefix")'
|
|
# we explicitly clear this because the inner tox does not need to know
|
|
# see https://github.com/fedora-python/tox-current-env/issues/52
|
|
setenv =
|
|
PYTHONPATH=
|