From babd26bcba0bb5eef32334c1ddbfc8a569d33abf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lum=C3=ADr=20=27Frenzy=27=20Balhar?= Date: Tue, 8 Feb 2022 14:28:50 +0100 Subject: [PATCH] Remove redundant basepython settings It's automatic, see https://tox.wiki/en/latest/config.html#conf-basepython --- tox.ini | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tox.ini b/tox.ini index df612d7e..2bbf79f5 100644 --- a/tox.ini +++ b/tox.ini @@ -18,14 +18,6 @@ skip_missing_interpreters = {env:TOX_SKIP_MISSING_INTERPRETERS:True} # Default test environment [testenv] -basepython = - py27: python2.7 - py34: python3.4 - py35: python3.5 - py36: python3.6 - py37: python3.7 - pypy3: pypy3 - setenv = MPLBACKEND = Agg