File: tox.ini

package info (click to toggle)
python-mpd 3.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 472 kB
  • sloc: python: 3,148; makefile: 201; sh: 9
file content (10 lines) | stat: -rw-r--r-- 245 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
[tox]
envlist = py310,py311,py312,py313,py314,pypy3

[testenv]
deps = coverage
       Twisted
commands = coverage erase
           coverage run -m unittest mpd.tests
           coverage report
           coverage html -d coverage_html/{envname}