summaryrefslogtreecommitdiff
path: root/doc
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
commit18be5708eb91ac1bbd6fef713233c68857e34694 (patch)
tree52b5126457205caef3cf238d32af019c68f28d35 /doc
parent3240e331e8e6fb5cf56991d28c5279138df2466e (diff)
downloadpython-coveragepy-18be5708eb91ac1bbd6fef713233c68857e34694.tar.gz
Drop support for EOL 2.5, 2.6 and 3.3
Diffstat (limited to 'doc')
-rw-r--r--doc/contributing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/contributing.rst b/doc/contributing.rst
index 656d251..896b39c 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`_::