@@ -15,12 +15,12 @@ jobs:
15
15
- {VERSION: "3.8", TOXENV: "py38"}
16
16
- {VERSION: "3.9", TOXENV: "py39"}
17
17
- {VERSION: "pypy3", TOXENV: "pypy3"}
18
- # -cryptographyMaster
19
- - {VERSION: "3.6", TOXENV: "py36-cryptographyMaster "}
20
- - {VERSION: "3.7", TOXENV: "py37-cryptographyMaster "}
21
- - {VERSION: "3.8", TOXENV: "py38-cryptographyMaster "}
22
- - {VERSION: "3.9", TOXENV: "py39-cryptographyMaster "}
23
- - {VERSION: "pypy3", TOXENV: "pypy3-cryptographyMaster "}
18
+ # -cryptographyMain
19
+ - {VERSION: "3.6", TOXENV: "py36-cryptographyMain "}
20
+ - {VERSION: "3.7", TOXENV: "py37-cryptographyMain "}
21
+ - {VERSION: "3.8", TOXENV: "py38-cryptographyMain "}
22
+ - {VERSION: "3.9", TOXENV: "py39-cryptographyMain "}
23
+ - {VERSION: "pypy3", TOXENV: "pypy3-cryptographyMain "}
24
24
# -cryptographyMinimum
25
25
- {VERSION: "3.6", TOXENV: "py36-cryptographyMinimum"}
26
26
- {VERSION: "3.7", TOXENV: "py37-cryptographyMinimum"}
30
30
# Random order
31
31
- {VERSION: "3.9", TOXENV: "py39-randomorder"}
32
32
# Downstreams
33
- - {VERSION: "3.7", TOXENV: "py37-twistedMaster "}
33
+ - {VERSION: "3.7", TOXENV: "py37-twistedTrunk "}
34
34
# Meta
35
35
- {VERSION: "3.9", TOXENV: "check-manifest"}
36
36
- {VERSION: "3.9", TOXENV: "pypi-readme"}
59
59
matrix :
60
60
TEST :
61
61
- {CONTAINER: "ubuntu-bionic", TOXENV: "py36"}
62
- # cryptographyMaster used since there's no wheel
63
- - {CONTAINER: "ubuntu-rolling", TOXENV: "py39-cryptographyMaster "}
62
+ # cryptographyMain used since there's no wheel
63
+ - {CONTAINER: "ubuntu-rolling", TOXENV: "py39-cryptographyMain "}
64
64
name : " ${{ matrix.TEST.TOXENV }} on ${{ matrix.TEST.CONTAINER }}"
65
65
steps :
66
66
0 commit comments