Fix formatting errors

This commit is contained in:
Bruno Oliveira 2015-12-01 22:52:22 -02:00
parent 69ef0ab189
commit 095abfd035
1 changed files with 3 additions and 2 deletions

View File

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