File: tox.ini

package info (click to toggle)
python-daphne 4.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 396 kB
  • sloc: python: 2,565; makefile: 25
file content (8 lines) | stat: -rw-r--r-- 103 bytes parent folder | download
1
2
3
4
5
6
7
8
[tox]
envlist =
    py{38,39,310,311,312}

[testenv]
extras = tests
commands =
    pytest -v {posargs}