summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2023-01-28 15:44:54 -0500
committerNed Batchelder <ned@nedbatchelder.com>2023-01-28 15:45:02 -0500
commiteb3536ddff194b126d52b94d72b81d77296fa869 (patch)
treed6c35df6d8e70cff936c332cbdaa9ee0ccf2850e /tox.ini
parent6a1c275b94818ccef91481ab01d0eb000906967a (diff)
downloadpython-coveragepy-git-eb3536ddff194b126d52b94d72b81d77296fa869.tar.gz
build(docs): correct [gh-actions] to [gh]
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 3592ec13..9fc3b5f3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,7 +2,7 @@
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
[tox]
-# When changing this list, be sure to check the [gh-actions] list below.
+# When changing this list, be sure to check the [gh] list below.
# PYVERSIONS
envlist = py{37,38,39,310,311,312}, pypy3, doc, lint
skip_missing_interpreters = {env:COVERAGE_SKIP_MISSING_INTERPRETERS:True}