summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2013-11-27 17:16:28 +0100
committerholger krekel <holger@merlinux.eu>2013-11-27 17:16:28 +0100
commit1cba578c7bbaa5040557316fa539af4ed839d692 (patch)
tree988cc33164e2dbd20bf36a8acb353c77a9ab787a
parent74e599f5d3360203703c0090450254ba84b6489b (diff)
downloadtox-1cba578c7bbaa5040557316fa539af4ed839d692.tar.gz
clarify we want test dependencies, not app dependencies.
-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)