mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:14:54 +02:00
Get mypy tox env running in the current setup (#5861)
* get mypy tox env running in the current setup * use any python3 with mypy * pin mypy dependencies
This commit is contained in:
@@ -136,9 +136,9 @@ commands =
|
||||
pylint --reports=n --rcfile=.pylintrc {[base]source_paths}
|
||||
|
||||
[testenv:mypy]
|
||||
basepython = python3.4
|
||||
basepython = python3
|
||||
commands =
|
||||
{[base]pip_install} mypy
|
||||
{[base]pip_install} .[dev3]
|
||||
{[base]install_packages}
|
||||
mypy --py2 --ignore-missing-imports {[base]source_paths}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user