summaryrefslogtreecommitdiff
path: root/docs/source/internal
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2021-03-29 17:29:36 -0700
committerAnthony Sottile <asottile@umich.edu>2021-03-30 17:37:12 -0700
commit8cc3fc01e8d06b2eb6fa59332b598b2c638a4d40 (patch)
tree6da61e3c11fb0701367c2e280c35fbd461bea408 /docs/source/internal
parent55f29c636f8eb80ec6544169c59ff3ab7733d1a1 (diff)
downloadflake8-8cc3fc01e8d06b2eb6fa59332b598b2c638a4d40.tar.gz
some manual python2 metadata cleanup
Diffstat (limited to 'docs/source/internal')
-rw-r--r--docs/source/internal/releases.rst4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/source/internal/releases.rst b/docs/source/internal/releases.rst
index 0ed0ac9..03178a4 100644
--- a/docs/source/internal/releases.rst
+++ b/docs/source/internal/releases.rst
@@ -81,13 +81,11 @@ for users.
Before releasing, the following tox test environments must pass:
-- Python 2.7 (a.k.a., ``tox -e py27``)
-
- Python 3.6 (a.k.a., ``tox -e py36``)
- Python 3.7 (a.k.a., ``tox -e py37``)
-- PyPy (a.k.a., ``tox -e pypy``)
+- PyPy 3 (a.k.a., ``tox -e pypy3``)
- Linters (a.k.a., ``tox -e linters``)