forked from openkylin/unidecode
11 lines
170 B
INI
11 lines
170 B
INI
|
[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
|