1
0
mirror of https://github.com/fedora-python/tox-current-env.git synced 2024-12-26 09:56:13 +01:00
github.com_fedora-python_to.../tests/fixtures/tox.ini

20 lines
423 B
INI
Raw Normal View History

2019-07-17 18:28:54 +02:00
[tox]
isolated_build=true
envlist = py36,py37,py38,py39,py310,py311
2019-07-17 18:28:54 +02:00
[testenv]
passenv =
XDG_CACHE_HOME
2019-07-17 18:28:54 +02:00
deps =
six
py
extras =
dev
full
2019-07-17 18:28:54 +02:00
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=