Remove base python restrictions

This commit is contained in:
Luke Murphy 2019-10-08 22:26:55 +02:00
parent 9a651a9d3d
commit c470b70722
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 0 additions and 2 deletions

View File

@ -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/