File: tox.ini

package info (click to toggle)
python-voip-utils 0.3.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 644 kB
  • sloc: python: 1,988; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 232 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
[tox]
env_list =
    py{39,310,311,312,313,314}
minversion = 4.12.1

[testenv]
description = run the tests with pytest
package = wheel
wheel_build_env = .pkg
deps =
    pytest>=8,<9
commands =
    pytest {tty:--color=yes} {posargs}