Bug 1139894 - Docs: Add instructions for how to run flake8

This commit is contained in:
Ed Morley 2015-03-14 00:11:35 +00:00
Родитель 213eb3a6a3
Коммит 34419d9f35
1 изменённых файлов: 7 добавлений и 1 удалений

Просмотреть файл

@ -23,7 +23,7 @@ In order to make the various services aware of a change in the code you need to
Running the tests
-----------------
* You can run the py.test suite with
* You can run flake8 and the py.test suite using
.. code-block:: bash
@ -45,6 +45,12 @@ Running the tests
* For more options, see ``py.test --help`` or http://pytest.org/latest/usage.html
* To run flake8 on its own, use
.. code-block:: bash
(venv)vagrant@precise32:~/treeherder-service$ flake8
Add a new repository
--------------------