File: tox.ini

package info (click to toggle)
python-fixtures 4.2.5-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 408 kB
  • sloc: python: 2,547; makefile: 29; sh: 9
file content (10 lines) | stat: -rw-r--r-- 180 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
[tox]
envlist = py38,py39,py310,py311,py312,py313,pypy3
minversion = 3.1

[testenv]
usedevelop = true
extras =
  docs
  test
commands = python -m testtools.run fixtures.test_suite