Skip to content

Commit 45503fc

Browse files
committed
Updated developer documentation for testing
This builds upon and closes #533
1 parent 5be92ad commit 45503fc

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

dev-requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
tox

docs/developer.rst

+7-4
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,15 @@ Then be sure to pass the tests::
103103

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

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

108-
$ pip install -r test-requirements.txt
109-
$ tox
109+
$ pip install -r dev-requirements.txt
110+
$ tox
110111

111-
All the tests should pass.
112+
All the tests should pass for all available interpreters, with the summary of::
113+
114+
congratulations :)
112115

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

test-requirements.txt

-1
This file was deleted.

0 commit comments

Comments
 (0)