File: tox.ini

package info (click to toggle)
python-testtools 2.7.2-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,400 kB
  • sloc: python: 14,643; makefile: 126; sh: 3
file content (11 lines) | stat: -rw-r--r-- 209 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
[tox]
envlist = py37,py38,py39,py310,py311,py312,pypy3
minversion = 4.2

[testenv]
usedevelop = True
extras =
  test
  twisted
commands =
  python -W once -m testtools.run testtools.tests.test_suite {posargs}