File: tox.ini

package info (click to toggle)
argparse-manpage 4.7-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 568 kB
  • sloc: python: 2,772; makefile: 47; sh: 18
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]
# sync with .github/workflows/tox.yml!
envlist = py{36,38,39,310,311,312,313,314}
skipsdist = True

[testenv]
deps =
    pytest
    setuptools
    py{36,38,39,310}: tomli
commands = python -m pytest -v {posargs}