Skip to content

Commit 9f8003d

Browse files
committed
fix: also remove pypy2 tests
1 parent f30ae90 commit 9f8003d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
python-version: [3.5, 3.6, 3.7, 3.8, pypy2, pypy3]
17+
python-version: [3.5, 3.6, 3.7, 3.8, pypy3]
1818
steps:
1919
- name: Set up Python ${{ matrix.python-version }}
2020
uses: actions/setup-python@v1

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# and then run "tox" from this directory.
55

66
[tox]
7-
envlist = py{35,36,37,38}, pypy, pypy3, doc
7+
envlist = py{35,36,37,38}, pypy3, doc
88

99
[testenv]
1010
commands = {posargs:inv test qa}

0 commit comments

Comments
 (0)