File: tox.ini

package info (click to toggle)
libvirt-python 11.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,428 kB
  • sloc: ansic: 10,787; python: 4,608; xml: 910; makefile: 19
file content (9 lines) | stat: -rw-r--r-- 103 bytes parent folder | download
1
2
3
4
5
6
7
8
9
[tox]
envlist = py39,py310,py311,py312,py313

[testenv]
deps=
    lxml
    pytest
commands=
    pytest