• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[tox]
2requires =
3    tox<4
4    tox-pyenv
5    tox-wheel
6envlist = py37,py38,py39,py310,py311,py312
7# tox-wheel alias for `wheel_pep517 = true`
8isolated_build = True
9distshare = ./dist
10
11[testenv]
12wheel = True
13wheel_build_env = bdist_wheel
14commands = python -m unittest discover -p '*_test.py' yapftests/
15
16[testenv:bdist_wheel]
17
18[testenv:sdist]
19wheel = False
20