aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
blob: 5e5b11e79000e894ff3834c921185b8ba2928851 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[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