From c470b707221c1a1a4a4f9ea00f4efec18f220659 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 8 Oct 2019 22:26:55 +0200 Subject: [PATCH] Remove base python restrictions --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index e2c5b31..ef1705a 100644 --- a/tox.ini +++ b/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/