File: tox.ini

package info (click to toggle)
pdm 2.26.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,664 kB
  • sloc: python: 26,438; sh: 314; javascript: 34; makefile: 26
file content (9 lines) | stat: -rw-r--r-- 205 bytes parent folder | download
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{9,10,11,12,13}
passenv = LD_PRELOAD
isolated_build = True

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