summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2013-12-09 14:02:49 +0100
committerholger krekel <holger@merlinux.eu>2013-12-09 14:02:49 +0100
commit0b7e000c0216570e3836035796117d3ff466148e (patch)
treecab2a33d2b271826fc80c3a2eefbd1921cfa3741
parentb7788698ea2f167a5f130d8a39f16eb145fb8cd3 (diff)
parent1cba578c7bbaa5040557316fa539af4ed839d692 (diff)
downloadtox-0b7e000c0216570e3836035796117d3ff466148e.tar.gz
merge
-rw-r--r--tox/_quickstart.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox/_quickstart.py b/tox/_quickstart.py
index 4b39d04..b5a2825 100644
--- a/tox/_quickstart.py
+++ b/tox/_quickstart.py
@@ -56,7 +56,7 @@ except NameError:
term_input = input
-all_envs = ['py24', 'py25', 'py26', 'py27', 'py30', 'py31', 'py32', 'py33', 'pypy', 'jython']
+all_envs = ['py25', 'py26', 'py27', 'py30', 'py31', 'py32', 'py33', 'pypy', 'jython']
PROMPT_PREFIX = '> '
@@ -191,7 +191,7 @@ What command should be used to test your project -- examples:
default_deps = 'twisted'
print('''
-What dependencies does your project have?''')
+What extra dependencies do your tests have?''')
do_prompt(d, 'deps', 'Comma-separated list of dependencies', default_deps)