File: tox.ini

package info (click to toggle)
python-typing-extensions 4.14.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 628 kB
  • sloc: python: 9,697; sh: 8; makefile: 4
file content (7 lines) | stat: -rw-r--r-- 144 bytes parent folder | download
1
2
3
4
5
6
7
[tox]
isolated_build = True
envlist = py39, py310, py311, py312, py313, py314

[testenv]
changedir = src
commands = python -m unittest discover