summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Moore <p.f.moore@gmail.com>2015-12-02 15:01:38 +0000
committerPaul Moore <p.f.moore@gmail.com>2015-12-02 15:01:38 +0000
commit21c4f1be193eace2f7e941572dc5d8a8c725d969 (patch)
tree0c8f11787ef5cb85853b16d5f6de95ca0f73caf2
parentb7823bfad66e0236ac161bdf3badc685c55e9683 (diff)
downloadtox-21c4f1be193eace2f7e941572dc5d8a8c725d969.tar.gz
Document the 'py' environmentdocument-py-env
-rw-r--r--doc/example/basic.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/example/basic.txt b/doc/example/basic.txt
index d0ad004..64150f3 100644
--- a/doc/example/basic.txt
+++ b/doc/example/basic.txt
@@ -30,6 +30,7 @@ you can run restrict the test run to the python2.6 environment.
Available "default" test environments names are::
+ py
py24
py25
py26
@@ -43,6 +44,8 @@ Available "default" test environments names are::
pypy
pypy3
+The environment ``py`` uses the version of Python used to invoke tox.
+
However, you can also create your own test environment names,
see some of the examples in :doc:`examples <../examples>`.