File: tox.ini

package info (click to toggle)
python-urlobject 3.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 328 kB
  • sloc: python: 1,282; makefile: 132
file content (10 lines) | stat: -rw-r--r-- 150 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
[tox]
envlist = py{38,39,310,311,312,313}

[testenv]
deps =
    pytest
    coverage
commands =
    coverage run -m pytest test
    coverage report -m