From a6c4041b6cff504202a34486bdb05716fd0790c8 Mon Sep 17 00:00:00 2001 From: Martin Mahner Date: Mon, 29 Dec 2014 19:35:18 +0100 Subject: [PATCH] =?UTF-8?q?It=E2=80=99s=20hard=20to=20have=20multiple=20ve?= =?UTF-8?q?rsions=20of=20Python=20installed,=20especially=20when=20using?= =?UTF-8?q?=20Homebrew.=20So=20just=20skip=20them.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/testing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/testing.rst b/docs/testing.rst index d5026df..7e44262 100644 --- a/docs/testing.rst +++ b/docs/testing.rst @@ -7,7 +7,7 @@ suite locally with tox_:: $ cd dpaste/ $ pip install tox - $ tox + $ tox --skip-missing-interpreters A more manual approach is installing it all by hand in a virtual environment. This is also the preferred way to setup an environment for local development::