summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Stapleton Cordasco <graffatcolmingov@gmail.com>2017-12-11 07:27:37 -0600
committerGitHub <noreply@github.com>2017-12-11 07:27:37 -0600
commit4f5d398f9256727ad8fd7f67c45ea60a8fad5a4a (patch)
tree1d5f74cd892a6926ba963642a52852a9441e224b
parentc631809438660583b7b7f061d9858ff9e9ad27e4 (diff)
parentb556d30f6426c854140fb13521159071ee529056 (diff)
downloadpep8-4f5d398f9256727ad8fd7f67c45ea60a8fad5a4a.tar.gz
Merge pull request #714 from hugovk/patch-2
Add Python 3.6 to test list in dev docs
-rw-r--r--docs/developer.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/developer.rst b/docs/developer.rst
index db36538..8630edc 100644
--- a/docs/developer.rst
+++ b/docs/developer.rst
@@ -14,7 +14,7 @@ conditions of the :ref:`Expat license <license>`. Fork away!
* `Source code <https://github.com/pycqa/pycodestyle>`_ and
`issue tracker <https://github.com/pycqa/pycodestyle/issues>`_ on GitHub.
* `Continuous tests <http://travis-ci.org/pycqa/pycodestyle>`_ against Python
- 2.6 through 3.5 as well as the nightly Python build and PyPy, on `Travis-CI
+ 2.6 through 3.6 as well as the nightly Python build and PyPy, on `Travis CI
platform <https://docs.travis-ci.com//>`_.
.. _available on GitHub: https://github.com/pycqa/pycodestyle
@@ -104,7 +104,7 @@ Then be sure to pass the tests::
When contributing to pycodestyle, please observe our `Code of Conduct`_.
-To run the tests, the core developer team and Travis-CI use tox::
+To run the tests, the core developer team and Travis CI use tox::
$ pip install -r dev-requirements.txt
$ tox