Skip to content

Commit 84e4b4c

Browse files
committed
Update pypy 3.9
1 parent dd09d93 commit 84e4b4c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.flake8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[flake8]
2-
ignore = E203
2+
ignore = E203,W503
33
max-line-length = 80

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- { VERSION: "3.10", TOXENV: "py310",ALLOW_FAILURE: false }
1616
- { VERSION: "3.9", TOXENV: "flake8,doclint,docs,commitlint", ALLOW_FAILURE: false }
1717
- { VERSION: "3.9", TOXENV: "docstrings", ALLOW_FAILURE: true}
18-
- { VERSION: "pypy3", TOXENV: "pypy", ALLOW_FAILURE: false }
18+
- { VERSION: "pypy3.9", TOXENV: "pypy", ALLOW_FAILURE: false }
1919

2020
steps:
2121
- name: Check out the repository

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[tox]
2-
envlist = py{37,38,39,py3},black,flake8,doclint,commitlint,docstrings
3-
minversion = 3.1.3
2+
envlist = py{37,38,39,py39},black,flake8,doclint,commitlint,docstrings
3+
minversion = 3.4.0
44

55
[testenv]
6-
passenv = GH_* APPVEYOR*
6+
passenv = GH_*
77
pip_pre = False
88
deps =
99
requests{env:REQUESTS_VERSION:>=2.0}

0 commit comments

Comments
 (0)