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]
|
||||
description = format the source
|
||||
skipdist = True
|
||||
basepython = python3.6
|
||||
deps = black
|
||||
commands = black {posargs:--check} merkle_tree_stream/ test/
|
||||
|
||||
[testenv:type]
|
||||
description = type check the source
|
||||
basepython = python3.7
|
||||
skipdist = True
|
||||
deps = mypy
|
||||
commands = mypy merkle_tree_stream/ test/
|
||||
|
Loading…
Reference in New Issue
Block a user