There are many references to this, so stick to old name.

This commit is contained in:
Itamar Turner-Trauring 2021-05-07 09:48:30 -04:00
parent 4711c9fda3
commit 036a864dc9

View File

@ -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