Skip to content

Commit 18fd29c

Browse files
committed
More depy2ification
1 parent 745081f commit 18fd29c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/ci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
- {VERSION: "3.7", TOXENV: "py37"}
1515
- {VERSION: "3.8", TOXENV: "py38"}
1616
- {VERSION: "3.9", TOXENV: "py39"}
17-
- {VERSION: "pypy2", TOXENV: "pypy"}
1817
- {VERSION: "pypy3", TOXENV: "pypy3"}
1918
# -cryptographyMaster
2019
- {VERSION: "3.6", TOXENV: "py36-cryptographyMaster"}
@@ -27,7 +26,6 @@ jobs:
2726
- {VERSION: "3.7", TOXENV: "py37-cryptographyMinimum"}
2827
- {VERSION: "3.8", TOXENV: "py38-cryptographyMinimum"}
2928
- {VERSION: "3.9", TOXENV: "py39-cryptographyMinimum"}
30-
- {VERSION: "pypy2", TOXENV: "pypy-cryptographyMinimum"}
3129
- {VERSION: "pypy3", TOXENV: "pypy3-cryptographyMinimum"}
3230
# Random order
3331
- {VERSION: "3.9", TOXENV: "py39-randomorder"}

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = {pypy,pypy3,py27,py36,py37,py38,py39}{,-cryptographyMaster,-cryptographyMinimum}{,-randomorder},py37-twistedMaster,pypi-readme,check-manifest,flake8,docs,coverage-report
2+
envlist = {pypy3,py36,py37,py38,py39}{,-cryptographyMaster,-cryptographyMinimum}{,-randomorder},py37-twistedMaster,pypi-readme,check-manifest,flake8,docs,coverage-report
33

44
[testenv]
55
whitelist_externals =

0 commit comments

Comments
 (0)