diff options
author | Jihyeok Seo <me@limeburst.net> | 2014-05-30 15:15:30 +0900 |
---|---|---|
committer | Jihyeok Seo <me@limeburst.net> | 2014-05-30 15:15:30 +0900 |
commit | 858ce1ca31946eec9df56bd7673fa71c07fed644 (patch) | |
tree | 30a58254f18d7577fed42b807c0b1f08121021a4 /doc/config-v2.txt | |
parent | d9fe91532ccd6e7e78526b608fb350e76b00f865 (diff) | |
download | tox-858ce1ca31946eec9df56bd7673fa71c07fed644.tar.gz |
we now support py34
Diffstat (limited to 'doc/config-v2.txt')
-rw-r--r-- | doc/config-v2.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/config-v2.txt b/doc/config-v2.txt index cf4cf3b..42973c4 100644 --- a/doc/config-v2.txt +++ b/doc/config-v2.txt @@ -195,7 +195,7 @@ Default settings related to environments names/variants tox comes with predefined settings for certain variants, namely: * ``{easy,pip}`` use easy_install or pip respectively -* ``{py24,py25,py26,py27,py31,py32,py33,pypy19]`` use the respective +* ``{py24,py25,py26,py27,py31,py32,py33,py34,pypy19]`` use the respective pythonNN or PyPy interpreter * ``{win32,linux,darwin}`` defines the according ``platform``. |