File: tox.ini

package info (click to toggle)
python-requests-unixsocket 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 256 kB
  • sloc: python: 316; sh: 23; makefile: 14
file content (13 lines) | stat: -rw-r--r-- 300 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
[tox]
envlist = py{309,310,311,312,313}

[testenv]
runner = uv-venv-runner
setenv =
    PYTHONWARNINGS = d
allowlist_externals = uv
commands =
    mypy requests_unixsocket/ examples/
    coverage erase
    coverage run -m pytest {posargs:requests_unixsocket/tests}
    coverage report --show-missing