mirror of
https://github.com/dgelessus/python-rsrcfork.git
synced 2024-11-29 17:49:49 +00:00
11 lines
160 B
INI
11 lines
160 B
INI
[tox]
|
|
envlist = py{36,37,38},mypy
|
|
|
|
[testenv]
|
|
commands = {envpython} -m unittest discover --start-directory ./tests
|
|
|
|
[testenv:mypy]
|
|
deps =
|
|
mypy
|
|
commands = mypy
|