Skip to content

Commit

Permalink
docs: no longer include python 3.0-3.2 in the index page
Browse files Browse the repository at this point in the history
  • Loading branch information
RonnyPfannschmidt committed Jun 27, 2016
1 parent 7dc8d1a commit 2a43237
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions doc/en/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pytest: helps you write better programs

**a mature full-featured Python testing tool**

- runs on Posix/Windows, Python 2.6-3.5, PyPy and (possibly still) Jython-2.5.1
- runs on Posix/Windows, Python 2.6, 2.7 and 3.3-3.5, PyPy and (possibly still) Jython-2.5.1
- free and open source software, distributed under the terms of the :ref:`MIT license <license>`
- **well tested** with more than a thousand tests against itself
- **strict backward compatibility policy** for safe pytest upgrades
Expand Down Expand Up @@ -57,5 +57,3 @@ pytest: helps you write better programs


.. _`easy`: http://bruynooghe.blogspot.com/2009/12/skipping-slow-test-by-default-in-pytest.html


0 comments on commit 2a43237

Please sign in to comment.