From 8ca718eb4a69f80977cf0a50aee2d3606436dcbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Ignacio=20Torres?= Date: Mon, 29 Mar 2021 18:51:45 -0400 Subject: [PATCH] chore: defaults tox to current python instead of 3.7 (#189) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andrés Ignacio Torres --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 51e8d105..17349f57 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py37, check_codestyle, check_types +envlist = py, check_codestyle, check_types [testenv]