Skip to content

Commit 4f5d398

Browse files
authored
Merge pull request #714 from hugovk/patch-2
Add Python 3.6 to test list in dev docs
2 parents c631809 + b556d30 commit 4f5d398

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/developer.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ conditions of the :ref:`Expat license <license>`. Fork away!
1414
* `Source code <https://github.com/pycqa/pycodestyle>`_ and
1515
`issue tracker <https://github.com/pycqa/pycodestyle/issues>`_ on GitHub.
1616
* `Continuous tests <http://travis-ci.org/pycqa/pycodestyle>`_ against Python
17-
2.6 through 3.5 as well as the nightly Python build and PyPy, on `Travis-CI
17+
2.6 through 3.6 as well as the nightly Python build and PyPy, on `Travis CI
1818
platform <https://docs.travis-ci.com//>`_.
1919

2020
.. _available on GitHub: https://github.com/pycqa/pycodestyle
@@ -104,7 +104,7 @@ Then be sure to pass the tests::
104104

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

107-
To run the tests, the core developer team and Travis-CI use tox::
107+
To run the tests, the core developer team and Travis CI use tox::
108108

109109
$ pip install -r dev-requirements.txt
110110
$ tox

0 commit comments

Comments
 (0)