diff options
author | Ian Lee <IanLee1521@gmail.com> | 2016-06-06 15:43:13 -0700 |
---|---|---|
committer | Ian Lee <IanLee1521@gmail.com> | 2016-06-06 16:08:23 -0700 |
commit | 45503fc4f123b41d6bffd19fe224cf6f386f1495 (patch) | |
tree | cc2968485c602c8e2fa4a1bb243a17531000ccdf /docs/developer.rst | |
parent | 5be92ad0bf9c1ea6276a6e8614e2ef47e912d687 (diff) | |
download | pep8-45503fc4f123b41d6bffd19fe224cf6f386f1495.tar.gz |
Updated developer documentation for testing
This builds upon and closes #533
Diffstat (limited to 'docs/developer.rst')
-rw-r--r-- | docs/developer.rst | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/docs/developer.rst b/docs/developer.rst index 054c011..4779c78 100644 --- a/docs/developer.rst +++ b/docs/developer.rst @@ -103,12 +103,15 @@ 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: +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 + $ pip install -r dev-requirements.txt + $ tox -All the tests should pass. +All the tests should pass for all available interpreters, with the summary of:: + + congratulations :) .. _PEP 8: http://www.python.org/dev/peps/pep-0008/ .. _Code of Conduct: http://meta.pycqa.org/en/latest/code-of-conduct.html |