mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 22:08:07 -04:00
use any python3 with mypy
This commit is contained in:
parent
66169eae5c
commit
0dcac0768b
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -136,7 +136,7 @@ commands =
|
|||
pylint --reports=n --rcfile=.pylintrc {[base]source_paths}
|
||||
|
||||
[testenv:mypy]
|
||||
basepython = python3.5
|
||||
basepython = python3
|
||||
commands =
|
||||
{[base]pip_install} .[dev3]
|
||||
{[base]install_packages}
|
||||
|
|
|
|||
Loading…
Reference in a new issue