summaryrefslogtreecommitdiff
path: root/doc/contributing.rst
diff options
context:
space:
mode:
authorHugo <hugovk@users.noreply.github.com>2018-06-19 07:27:00 -0400
committerHugo <hugovk@users.noreply.github.com>2018-06-19 07:27:00 -0400
commita355099628a28b21f2e61600a84011cb1be32756 (patch)
treea403aebe9ebbc167189303b6a1b0e2edc826156d /doc/contributing.rst
parent1bbfe7e938d0250a1bb777492f617e95349abc5d (diff)
downloadpython-coveragepy-git-a355099628a28b21f2e61600a84011cb1be32756.tar.gz
Drop support for EOL 2.5, 2.6 and 3.3
Diffstat (limited to 'doc/contributing.rst')
-rw-r--r--doc/contributing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/contributing.rst b/doc/contributing.rst
index 656d2519..896b39c7 100644
--- a/doc/contributing.rst
+++ b/doc/contributing.rst
@@ -117,7 +117,7 @@ the second uses the C implementation.
To limit tox to just a few versions of Python, use the ``-e`` switch::
- $ tox -e py27,py33
+ $ tox -e py27,py37
To run just a few tests, you can use `pytest test selectors`_::