Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/developer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,13 @@ Then be sure to pass the tests::

When contributing to pycodestyle, please observe our `Code of Conduct`_.

To run the Travis CI tests, you'll have to create a build the pycodestyle package using tox:

$ pip install -r test-requirements.txt
$ tox

All the tests should pass.

.. _PEP 8: http://www.python.org/dev/peps/pep-0008/
.. _Code of Conduct: http://meta.pycqa.org/en/latest/code-of-conduct.html

Expand Down
1 change: 1 addition & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
tox>=2.3.1