Skip to content
Closed
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
3 changes: 1 addition & 2 deletions docs/developer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,7 @@ 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 tests, use tox::

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about "To run the tests the same way Travis CI runs them, use tox::"

I think that captures the intent of the original awkward phrasing.

@FichteFoll FichteFoll Jun 24, 2016

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To me, the intent is to "run tests".
Instead of running tests "the way Travis CI does", CI should be running the tests like we do.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The core developers use tox. Not everyone will want to. That's the point of specifying that you're running them the way the CI runs them - if they get incongruous results, they can replicate that.


$ pip install -r dev-requirements.txt
$ tox
Expand Down