summaryrefslogtreecommitdiff
path: root/tox/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'tox/config.py')
-rw-r--r--tox/config.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/tox/config.py b/tox/config.py
index 1fd702c..f4c65dc 100644
--- a/tox/config.py
+++ b/tox/config.py
@@ -520,10 +520,10 @@ def tox_addoption(parser):
parser.add_testenv_attribute_obj(InstallcmdOption())
parser.add_testenv_attribute(
- name = "list_dependencies_command",
- type = "argv",
- default = "python -m pip freeze",
- help = "list dependencies for a virtual environment")
+ name="list_dependencies_command",
+ type="argv",
+ default="python -m pip freeze",
+ help="list dependencies for a virtual environment")
parser.add_testenv_attribute_obj(DepOption())