From 39cc5921f90162abb2103f43d9df91d01afabc7c Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Mon, 10 Oct 2022 23:08:01 -0400 Subject: [PATCH] Remove linty basepython declaration. Remove noisy envlist. --- tox.ini | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 23b0f3a..318a7cb 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,5 @@ [tox] -envlist = build, py35, py36, py37, py38, lint -skip_missing_interpreters = True +envlist = python [testenv] whitelist_externals = @@ -18,7 +17,6 @@ extras = testing [testenv:lint] -basepython = python3 ignore_errors = True commands = pylint --rcfile={toxinidir}/pylintrc abodepy tests