Merge branch 'docs/per_project_config_list' into 'master'

Fix per-project configuration file list



See merge request !45
This commit is contained in:
Ian Cordasco 2015-12-09 14:09:01 +00:00
commit acea4affaa

View file

@ -18,9 +18,10 @@ Example::
Per-Project Per-Project
----------- -----------
At the project level, a ``tox.ini`` file or a ``setup.cfg`` file is read At the project level, the ``tox.ini``, ``setup.cfg``, ``.pep8`` or ``.flake8``
if present. Only the first file is considered. If this file does not files are read if present. Only the first file is considered. If this file
have a ``[flake8]`` section, no project specific configuration is loaded. does not have a ``[flake8]`` section, no project specific configuration is
loaded.
Default Default
------- -------