summaryrefslogtreecommitdiff
path: root/docs/developer.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/developer.rst')
-rw-r--r--docs/developer.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/developer.rst b/docs/developer.rst
index f18fe62..054c011 100644
--- a/docs/developer.rst
+++ b/docs/developer.rst
@@ -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