summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Abramowitz <marc@marc-abramowitz.com>2014-04-25 13:32:57 -0700
committerMarc Abramowitz <marc@marc-abramowitz.com>2014-04-25 13:32:57 -0700
commit74d05ce7a12b5e2708e5ded12732f56b54968c4d (patch)
tree44224ed0e2b296b3809a14b5daee11e9c500b8f0
parentcb12ef1863bfeaab64857117ea7c993898482a39 (diff)
downloadtox-74d05ce7a12b5e2708e5ded12732f56b54968c4d.tar.gz
tox-quickstart: Add py34
-rw-r--r--tox/_quickstart.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox/_quickstart.py b/tox/_quickstart.py
index f66f1e2..098eb61 100644
--- a/tox/_quickstart.py
+++ b/tox/_quickstart.py
@@ -56,7 +56,7 @@ except NameError:
term_input = input
-all_envs = ['py26', 'py27', 'py32', 'py33', 'pypy', 'jython']
+all_envs = ['py26', 'py27', 'py32', 'py33', 'py34', 'pypy', 'jython']
PROMPT_PREFIX = '> '