blob: 5e5b11e79000e894ff3834c921185b8ba2928851 [file] [log] [blame]
[tox]
requires =
tox<4
tox-pyenv
tox-wheel
envlist = py37,py38,py39,py310,py311,py312
# tox-wheel alias for `wheel_pep517 = true`
isolated_build = True
distshare = ./dist
[testenv]
wheel = True
wheel_build_env = bdist_wheel
commands = python -m unittest discover -p '*_test.py' yapftests/
[testenv:bdist_wheel]
[testenv:sdist]
wheel = False