Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop Python 2 remaining logic #279

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions docs/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,23 @@ run the command:

tox

By default tests are run for Python 2.7, 3.5-3.9 and PyPy, with and
By default tests are run for Python 3.5-3.9 and PyPy, with and
without the C extensions.

::

py27-without-extensions
py35-without-extensions
py36-without-extensions
py37-without-extensions
py38-without-extensions
py39-without-extensions

py27-install-extensions
py35-install-extensions
py36-install-extensions
py37-install-extensions
py38-install-extensions
py39-install-extensions

py27-disable-extensions
py35-disable-extensions
py36-disable-extensions
py37-disable-extensions
Expand All @@ -45,10 +42,6 @@ If wishing to run tests for a specific Python combination you can run

tox -e py39-install-extensions

If adding more tests and you need to add a test which is Python 2 or
Python 3 specific, then end the name of the Python code file as
``_py2.py`` or ``_py3.py`` appropriately.

For further options refer to the documentation for ``tox``.

Coverage
Expand Down
Loading
Loading