Files
2026-05-24 06:04:21 +02:00

21 lines
342 B
INI

[tox]
envlist = py3{10,11,12,13,14}
[testenv]
usedevelop = True
pip_pre = True
passenv =
CFLAGS
CPPFLAGS
INCLUDE
LDFLAGS
LIB
deps =
build
setuptools >= 74.1.0
wheel
commands =
python -m build --no-isolation --outdir=dist --wheel
python -m pip install --find-links=dist --no-index libexe-python
python tests/runtests.py