File: tox.ini

package info (click to toggle)
yapf 0.43.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,428 kB
  • sloc: python: 18,992; sh: 33; makefile: 7
file content (19 lines) | stat: -rw-r--r-- 356 bytes parent folder | download
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