File: tox.ini

package info (click to toggle)
feedgenerator 2.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 208 kB
  • sloc: python: 1,011; sh: 8; makefile: 3
file content (16 lines) | stat: -rw-r--r-- 262 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[tox]
envlist = py{3.9,3.10,3.11,3.12,3.13}

[testenv]
basepython =
    py3.9: python3.9
    py3.10: python3.10
    py3.11: python3.11
    py3.12: python3.12
    py3.13: python3.13
commands =
    {envpython} --version
    pytest
deps =
    pytest
    pytest-cov