File: tox.ini

package info (click to toggle)
pdm 2.20.1%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,988 kB
  • sloc: python: 24,413; javascript: 34; makefile: 11
file content (9 lines) | stat: -rw-r--r-- 207 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
# https://pypi.org/project/tox-pdm/ is needed to run this tox configuration
[tox]
envlist = py3{8,9,10,11,12,13}
passenv = LD_PRELOAD
isolated_build = True

[testenv]
groups = test
commands = test {posargs}