From fbf3a911bd69ff0cc3888a1282c11dc52e91e437 Mon Sep 17 00:00:00 2001 From: Cathy Hu Date: Wed, 8 Jul 2020 13:24:00 +0200 Subject: [PATCH] [misc] Remove unused python interpreter in tox.ini --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 193b838..5539521 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py38, py37, py36, black, pytest +envlist = py38, black, pytest [testenv] deps = .