fix typo and remove python3.2 from readme
This commit is contained in:
parent
e877e25587
commit
7dc8d1ab60
|
@ -27,7 +27,7 @@
|
|||
|
||||
Thanks to `@RedBeardCode`_ for the PR(`#1664`_)
|
||||
|
||||
* removed support code for python 3 < 3.3 addresssing (`#1627`_)
|
||||
* removed support code for python 3 < 3.3 addressing (`#1627`_)
|
||||
|
||||
.. _#607: https://github.com/pytest-dev/pytest/issues/607
|
||||
.. _#1519: https://github.com/pytest-dev/pytest/pull/1519
|
||||
|
|
|
@ -69,7 +69,7 @@ Features
|
|||
- Can run `unittest <http://pytest.org/latest/unittest.html>`_ (or trial),
|
||||
`nose <http://pytest.org/latest/nose.html>`_ test suites out of the box;
|
||||
|
||||
- Python2.6+, Python3.2+, PyPy-2.3, Jython-2.5 (untested);
|
||||
- Python2.6+, Python3.3+, PyPy-2.3, Jython-2.5 (untested);
|
||||
|
||||
- Rich plugin architecture, with over 150+ `external plugins <http://pytest.org/latest/plugins.html#installing-external-plugins-searching>`_ and thriving community;
|
||||
|
||||
|
|
Loading…
Reference in New Issue