summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.rst
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 /CONTRIBUTING.rst
parent930e2cad15df3661306740c30a892a6f1902ef1d (diff)
downloadpep8-9da39388168641582ea44c177a3259a6327f8eeb.tar.gz
drop python 3.4drop_py34
github actions no longer supports python 3.4
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r--CONTRIBUTING.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 4cdd213..5515108 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -55,7 +55,7 @@ Step 3: Run tests
Before creating a pull request you should run the tests to make sure that the
changes that have been made haven't caused any regressions in functionality.
-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