From 9da39388168641582ea44c177a3259a6327f8eeb Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Tue, 16 Mar 2021 07:51:22 -0700 Subject: drop python 3.4 github actions no longer supports python 3.4 --- docs/developer.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs') 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 `. Fork away! * `Source code `_ and `issue tracker `_ on GitHub. -* `Continuous tests `_ against Python - 2.7 and 3.4+ as well as the nightly Python build and PyPy, on `Travis CI - platform `_. +* `Continuous tests `_ 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 -- cgit v1.2.1