File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ conditions of the :ref:`Expat license <license>`. Fork away!
14
14
* `Source code <https://github.com/pycqa/pycodestyle >`_ and
15
15
`issue tracker <https://github.com/pycqa/pycodestyle/issues >`_ on GitHub.
16
16
* `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
18
18
platform <https://docs.travis-ci.com//> `_.
19
19
20
20
.. _available on GitHub : https://github.com/pycqa/pycodestyle
@@ -104,7 +104,7 @@ Then be sure to pass the tests::
104
104
105
105
When contributing to pycodestyle, please observe our `Code of Conduct `_.
106
106
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::
108
108
109
109
$ pip install -r dev-requirements.txt
110
110
$ tox
You can’t perform that action at this time.
0 commit comments