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::