about summary refs log tree commit diff stats
path: root/.github
diff options
context:
space:
mode:
authortoonn <toonn@toonn.io>2021-07-18 21:01:39 +0200
committertoonn <toonn@toonn.io>2021-07-20 23:20:47 +0200
commit6729f4641085678d5ae927e725356015aa57f93c (patch)
tree23998fcf655d7bef88b357586e0d707c7de86507 /.github
parentfb91828c89bf0bb57b1946931caf5a28d77edc35 (diff)
downloadranger-6729f4641085678d5ae927e725356015aa57f93c.tar.gz
Actions: Refine Pypy versions and title
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/pypy.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/pypy.yml b/.github/workflows/pypy.yml
index 3d56e06c..788f4cb0 100644
--- a/.github/workflows/pypy.yml
+++ b/.github/workflows/pypy.yml
@@ -16,7 +16,7 @@ jobs:
     strategy:
       max-parallel: 4
       matrix:
-        python-version: [pypy2, 2.7, pypy3, 3.5, 3.6, 3.7, 3.8, 3.9]
+        python-version: [pypy2, pypy3]
     env:
       TERM: dumb
     steps:
@@ -29,6 +29,6 @@ jobs:
       run: |
         python -m pip install --upgrade pip
         pip install -r requirements.txt
-    - name: Flake8 and test
+    - name: Pypy flake8 and test
       run: |
         make test_flake8 test_pytest test_doctest test_other