Skip to content

Commit

Permalink
Add py39 test environment to docs (#1756)
Browse files Browse the repository at this point in the history
  • Loading branch information
Clivern authored Dec 21, 2020
1 parent f04c16f commit 69af6cd
Showing 1 changed file with 8 additions and 18 deletions.
26 changes: 8 additions & 18 deletions docs/example/basic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,27 +38,17 @@ the specified command in each of them. With:
you can restrict the test run to the python3.6 environment.

Available "default" test environments names are:
Tox currently understands the following patterns:

.. code-block:: shell
py
py2
py27
py3
py34
py35
py36
py37
py38
jython
pypy
pypy2
pypy27
pypy3
pypy35
The environment ``py`` uses the version of Python used to invoke tox.
py: The current Python version tox is using
pypy: Whatever available PyPy there is
jython: Whatever available Jython there is
pyN: Python of version N. for example py2 or py3 ... etc
pyNM: Python of version N.M. for example py27 or py38 ... etc
pypyN: PyPy of version N. for example pypy2 or pypy3 ... etc
pypyNM: PyPy version N.M. for example pypy27 or pypy35 ... etc
However, you can also create your own test environment names,
see some of the examples in :doc:`examples <../examples>`.
Expand Down

0 comments on commit 69af6cd

Please sign in to comment.