From c579de3af93e47ee5e2eec60e51b868881494598 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 6 Oct 2019 16:18:50 +0200 Subject: [PATCH] Simplify contrib docs --- CONTRIBUTING.rst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 91e4225..2194e54 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -1,14 +1,10 @@ Get started ----------- -Install `Tox`_ with: +Install `Tox`_. .. _tox: http://tox.readthedocs.io/ -.. code-block:: bash - - $ pip install --user tox - Run tests ---------