File: tox.ini

package info (click to toggle)
unidecode 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,592 kB
  • sloc: python: 49,168; perl: 30; sh: 9; makefile: 5
file content (10 lines) | stat: -rw-r--r-- 172 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
[tox]
envlist = py{37,38,39,310,311,py3}
skip_missing_interpreters = true

[testenv]
deps =
	pytest
	pytest-cov
	pytest-mypy
commands = pytest --mypy --cov=unidecode tests