File: tox.ini

package info (click to toggle)
liquidctl 1.15.0-2
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,312 kB
  • sloc: python: 13,599; sh: 712; xml: 84; makefile: 4
file content (11 lines) | stat: -rw-r--r-- 217 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
[tox]
envlist = py39, py310, py311, py312, py313
isolated_build = True
skip_missing_interpreters = true

[testenv]
setenv = XDG_RUNTIME_DIR = {toxinidir}/.test_rundir
deps =
    pytest
commands =
    python -m pytest