From 036a864dc9979f242ea5f98d14fb972fd443c911 Mon Sep 17 00:00:00 2001 From: Itamar Turner-Trauring Date: Fri, 7 May 2021 09:48:30 -0400 Subject: [PATCH] There are many references to this, so stick to old name. --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index e8c783bb2..a6e5e0cc3 100644 --- a/tox.ini +++ b/tox.ini @@ -6,7 +6,7 @@ # Map Python versions in GitHub Actions to tox environments to run. [gh-actions] python = - 2.7: py27-coverage,codechecks2 + 2.7: py27-coverage,codechecks 3.6: py36-coverage 3.7: py37-coverage 3.8: py38-coverage @@ -17,7 +17,7 @@ python = twisted = 1 [tox] -envlist = typechecks,codechecks2,codechecks3,py{27,36,37,38,39}-{coverage},pypy27,pypy3 +envlist = typechecks,codechecks,codechecks3,py{27,36,37,38,39}-{coverage},pypy27,pypy3 minversion = 2.4 [testenv] @@ -97,7 +97,7 @@ commands = coverage report -[testenv:codechecks2] +[testenv:codechecks] basepython = python2.7 # On macOS, git inside of towncrier needs $HOME. passenv = HOME