File: tox.ini

package info (click to toggle)
python-rstr 3.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 152 kB
  • sloc: python: 408; sh: 7; makefile: 4
file content (12 lines) | stat: -rw-r--r-- 216 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
[tox]
envlist = pypy38,pypy39,py37,py38,py39,py310,py311,typing
skipsdist = true

[testenv]
commands=python -m unittest {posargs}

[testenv:typing]
deps =
    mypy==1.6.0
commands =
    mypy --strict {posargs: rstr}