diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/pypy.yml | 4 |
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 |