Skip to content

Commit 5be92ad

Browse files
ArcTanSusanIanLee1521
authored andcommitted
Add test-requirements.txt with basic test packages
1 parent 7ffd648 commit 5be92ad

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

docs/developer.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,13 @@ 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:
107+
108+
$ pip install -r test-requirements.txt
109+
$ tox
110+
111+
All the tests should pass.
112+
106113
.. _PEP 8: http://www.python.org/dev/peps/pep-0008/
107114
.. _Code of Conduct: http://meta.pycqa.org/en/latest/code-of-conduct.html
108115

test-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
tox>=2.3.1

0 commit comments

Comments
 (0)