Skip to content

Commit

Permalink
Bring linting + Travis CI purposes sentences inline
Browse files Browse the repository at this point in the history
  • Loading branch information
stephendonner committed Apr 4, 2018
1 parent 7754c1c commit d2b48b4
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions reference/conventions.rst
Expand Up @@ -59,16 +59,12 @@ Jenkins

Linting
-------
**Purpose:**

`PEP8 <https://www.python.org/dev/peps/pep-0008/>`_ and `flake8 <http://flake8.pycqa.org>`_. Other considerations for specific linting are:
**Purpose:** `PEP8 <https://www.python.org/dev/peps/pep-0008/>`_ and `flake8 <http://flake8.pycqa.org>`_. Other considerations for specific linting are:

#. `flake8-isort <https://pypi.python.org/pypi/flake8-isort>`_
#. `flake8-docstrings <https://pypi.python.org/pypi/flake8-docstrings>`_
#. `pylint <https://www.pylint.org/>`_

Travis CI
---------
**Purpose:**

We use `Travis CI <https://www.travis-ci.org/>`_ for linting pull requests/commits.
**Purpose:** We use `Travis CI <https://www.travis-ci.org/>`_ for linting pull requests/commits.

0 comments on commit d2b48b4

Please sign in to comment.