File: tox.ini

package info (click to toggle)
python-pytokens 0.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 184 kB
  • sloc: python: 1,159; makefile: 3
file content (11 lines) | stat: -rw-r--r-- 187 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
[tox]
envlist = py39,py310,py311,py312,py313,py314,py314-type

[testenv]
deps = -e .[dev]
commands = pytest

[testenv:py314-type]
description = Type check with mypy
commands =
    mypy .