File: tox.ini

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

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