update README.rst docs - pytest is compatible with Python 2.5 instead of 2.4
This commit is contained in:
parent
1fb824cd28
commit
fa4ea1d9e8
|
@ -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>`_.
|
||||
|
|
Loading…
Reference in New Issue