summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 55a16edfb722a3394c2596796c0a240f10b68a45 (plain)
1
2
3
4
5
6
7
8
9
10
[tox]
envlist = py{35,36,37,38,39,py3}
skip_missing_interpreters = true

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