summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernát Gábor <gaborjbernat@gmail.com>2018-09-14 19:01:37 +0100
committerGitHub <noreply@github.com>2018-09-14 19:01:37 +0100
commit2d4224661c67a5be5d912f6c1616a3cc73cb41ad (patch)
treee35a93890afa00ee66d9a98d67b7cb6f780f5c54
parent7dd5448145ab5b291cee45184b0498355fd92808 (diff)
downloadtox-git-2d4224661c67a5be5d912f6c1616a3cc73cb41ad.tar.gz
update install_command default
this was missed by the pr making the change
-rw-r--r--doc/config.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/config.rst b/doc/config.rst
index dc89ca09..e56fe8de 100644
--- a/doc/config.rst
+++ b/doc/config.rst
@@ -189,7 +189,7 @@ Complete list of settings that you can put into ``testenv*`` sections:
**default**::
- pip install {opts} {packages}
+ python -m pip install {opts} {packages}
.. confval:: list_dependencies_command