summaryrefslogtreecommitdiff
path: root/doc/config.txt
diff options
context:
space:
mode:
authorStephan Obermann <stephan.obermann@gmail.com>2016-06-25 18:47:48 +0200
committerStephan Obermann <stephan.obermann@gmail.com>2016-06-25 18:47:48 +0200
commit214ed8a7cde5f68882a566df86ce3878fa66ec77 (patch)
treef0e5576ab98a73320aa9795930f6dc63b1ee95e2 /doc/config.txt
parentb50a6ecf3077bd5b4f8fe9a6a740d8fd154c5753 (diff)
parent14ae8802f0241dca1f4d775646b25cc56769034d (diff)
downloadtox-214ed8a7cde5f68882a566df86ce3878fa66ec77.tar.gz
Merged hpk42/tox into default
Diffstat (limited to 'doc/config.txt')
-rw-r--r--doc/config.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/config.txt b/doc/config.txt
index 229f357..d99e91c 100644
--- a/doc/config.txt
+++ b/doc/config.txt
@@ -105,7 +105,7 @@ Complete list of settings that you can put into ``testenv*`` sections:
**default**::
- python -m pip install {opts} {packages}
+ pip install {opts} {packages}
.. confval:: list_dependencies_command
@@ -117,7 +117,7 @@ Complete list of settings that you can put into ``testenv*`` sections:
**default**::
- python -m pip freeze
+ pip freeze
.. confval:: ignore_errors=True|False(default)