Remove base python restrictions
This commit is contained in:
parent
9a651a9d3d
commit
c470b70722
2
tox.ini
2
tox.ini
@ -34,13 +34,11 @@ commands = isort {posargs:-rc -c} -sp setup.cfg merkle_tree_stream/ test/
|
|||||||
[testenv:format]
|
[testenv:format]
|
||||||
description = format the source
|
description = format the source
|
||||||
skipdist = True
|
skipdist = True
|
||||||
basepython = python3.6
|
|
||||||
deps = black
|
deps = black
|
||||||
commands = black {posargs:--check} merkle_tree_stream/ test/
|
commands = black {posargs:--check} merkle_tree_stream/ test/
|
||||||
|
|
||||||
[testenv:type]
|
[testenv:type]
|
||||||
description = type check the source
|
description = type check the source
|
||||||
basepython = python3.7
|
|
||||||
skipdist = True
|
skipdist = True
|
||||||
deps = mypy
|
deps = mypy
|
||||||
commands = mypy merkle_tree_stream/ test/
|
commands = mypy merkle_tree_stream/ test/
|
||||||
|
Loading…
Reference in New Issue
Block a user