From 21c4f1be193eace2f7e941572dc5d8a8c725d969 Mon Sep 17 00:00:00 2001 From: Paul Moore Date: Wed, 2 Dec 2015 15:01:38 +0000 Subject: Document the 'py' environment --- doc/example/basic.txt | 3 +++ 1 file changed, 3 insertions(+) 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>`. -- cgit v1.2.1