summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2021-03-16 07:51:22 -0700
committerAnthony Sottile <asottile@umich.edu>2021-03-16 07:51:22 -0700
commit9da39388168641582ea44c177a3259a6327f8eeb (patch)
tree45b61ed7813d82e1edaf6f7422f7d2db9f90bee2 /docs
parent930e2cad15df3661306740c30a892a6f1902ef1d (diff)
downloadpep8-9da39388168641582ea44c177a3259a6327f8eeb.tar.gz
drop python 3.4drop_py34
github actions no longer supports python 3.4
Diffstat (limited to 'docs')
-rw-r--r--docs/developer.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/developer.rst b/docs/developer.rst
index 080d080..74e3ede 100644
--- a/docs/developer.rst
+++ b/docs/developer.rst
@@ -13,9 +13,9 @@ 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.7 and 3.4+ as well as the nightly Python build and PyPy, on `Travis CI
- platform <https://docs.travis-ci.com//>`_.
+* `Continuous tests <https://github.com/PyCQA/pycodestyle/actions>`_ against
+ Python 2.7 and 3.5+ as well as the nightly Python build and PyPy, on GitHub
+ Actions.
.. _available on GitHub: https://github.com/pycqa/pycodestyle
@@ -103,7 +103,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 GitHub Actions use tox::
$ pip install -r dev-requirements.txt
$ tox