From 095abfd0352a5b67cc51e6371dea80071d00e9be Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Tue, 1 Dec 2015 22:52:22 -0200 Subject: [PATCH] Fix formatting errors --- doc/en/goodpractises.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/en/goodpractises.rst b/doc/en/goodpractises.rst index 94631476e..fe3f41bd7 100644 --- a/doc/en/goodpractises.rst +++ b/doc/en/goodpractises.rst @@ -140,7 +140,7 @@ Tox ------ For development, we recommend to use virtualenv_ environments and pip_ - for installing your application and any dependencies +for installing your application and any dependencies as well as the ``pytest`` package itself. This ensures your code and dependencies are isolated from the system Python installation. @@ -178,7 +178,8 @@ Add this to ``setup.py`` file: #..., ) -And create an alias into ``setup.cfg``file: + +And create an alias into ``setup.cfg`` file: .. code-block:: ini