summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2016-06-25 12:56:11 -0700
committerIan Lee <IanLee1521@gmail.com>2016-06-25 12:56:19 -0700
commit15b1b422a0b3be5d870a01d5fbae1af6265c583f (patch)
treec378c8a3b0b8e91374f2827bdbb4665bbec1fd0c
parentf8af83d3cce2dace3d780c88ce0c580e30fc1dbd (diff)
downloadpep8-15b1b422a0b3be5d870a01d5fbae1af6265c583f.tar.gz
Updated text about running tests with tox; Closes #552
-rw-r--r--docs/developer.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/developer.rst b/docs/developer.rst
index 8be3fe3..db36538 100644
--- a/docs/developer.rst
+++ b/docs/developer.rst
@@ -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, the core developer team and Travis-CI use tox::
$ pip install -r dev-requirements.txt
$ tox