2019-07-17 18:28:54 +02:00
|
|
|
[tox]
|
2024-10-22 16:15:48 +02:00
|
|
|
isolated_build=true
|
2022-11-30 12:24:38 +01:00
|
|
|
envlist = py36,py37,py38,py39,py310,py311
|
2019-07-17 18:28:54 +02:00
|
|
|
|
|
|
|
[testenv]
|
2022-12-13 16:56:33 +01:00
|
|
|
passenv =
|
|
|
|
XDG_CACHE_HOME
|
2019-07-17 18:28:54 +02:00
|
|
|
deps =
|
|
|
|
six
|
|
|
|
py
|
2020-09-11 15:20:03 +02:00
|
|
|
extras =
|
|
|
|
dev
|
|
|
|
full
|
2019-07-17 18:28:54 +02:00
|
|
|
commands =
|
2020-08-11 17:07:58 +02:00
|
|
|
python -c 'import os, sys; print(os.path.realpath(sys.exec_prefix), "is the exec_prefix")'
|
2022-12-08 18:53:22 +01:00
|
|
|
# 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=
|