summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2014-09-09 11:22:39 +0200
committerholger krekel <holger@merlinux.eu>2014-09-09 11:22:39 +0200
commit0264121c10fda300a6b492c904ad0dae76361930 (patch)
tree344ff5af6b428993cead7db937c7c1360a4b36d6 /README.rst
parentd2f448eceea1c766648dbabcd36b443dc1c46686 (diff)
downloadpytest-0264121c10fda300a6b492c904ad0dae76361930.tar.gz
fix issue587: claim only python2.6 compat in README/pypi project page, thanks sscarwell
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 45a9dc225..5ff6772a8 100644
--- a/README.rst
+++ b/README.rst
@@ -19,8 +19,9 @@ scales to support complex functional testing. It provides
- multi-paradigm support: you can use ``pytest`` to run test suites based
on `unittest <http://pytest.org/latest/unittest.html>`_ (or trial),
`nose <http://pytest.org/latest/nose.html>`_
-- single-source compatibility to Python2.5 all the way up to Python3.4,
- PyPy-2.3 and Jython-2.5.1.
+- single-source compatibility from Python2.6 all the way up to
+ Python3.4, PyPy-2.3, (jython-2.5 untested)
+
- many `external plugins <http://pytest.org/latest/plugins.html#installing-external-plugins-searching>`_.