From 2d4224661c67a5be5d912f6c1616a3cc73cb41ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Fri, 14 Sep 2018 19:01:37 +0100 Subject: update install_command default this was missed by the pr making the change --- doc/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1