File: tox.ini

package info (click to toggle)
todoist-api-python 3.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 520 kB
  • sloc: python: 3,822; makefile: 3
file content (9 lines) | stat: -rw-r--r-- 135 bytes parent folder | download
1
2
3
4
5
6
7
8
9
[tox]
envlist = py39,py310,py311,py312,py313

[testenv]
runner = uv-venv-lock-runner
deps =
    pytest
commands =
    pytest {posargs}