update README.rst docs - pytest is compatible with Python 2.5 instead of 2.4

This commit is contained in:
Jurko Gospodnetić 2014-01-18 13:11:17 +01:00
parent 1fb824cd28
commit fa4ea1d9e8
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ scales to support complex functional testing. It provides
- multi-paradigm support: you can use ``py.test`` 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.4 all the way up to Python3.3,
- single-source compatibility to Python2.5 all the way up to Python3.3,
PyPy-1.9 and Jython-2.5.1.
- many `external plugins <http://pytest.org/latest/plugins.html#installing-external-plugins-searching>`_.