|
9 | 9 | strategy:
|
10 | 10 | matrix:
|
11 | 11 | PYTHON:
|
| 12 | + # Base builds |
| 13 | + - {VERSION: "3.6", TOXENV: "py36"} |
| 14 | + - {VERSION: "3.7", TOXENV: "py37"} |
| 15 | + - {VERSION: "3.8", TOXENV: "py38"} |
| 16 | + - {VERSION: "3.9", TOXENV: "py39"} |
| 17 | + - {VERSION: "3.10", TOXENV: "py310"} |
| 18 | + - {VERSION: "pypy3", TOXENV: "pypy3"} |
12 | 19 | # -cryptographyMain
|
13 | 20 | - {VERSION: "3.6", TOXENV: "py36-cryptographyMain"}
|
14 | 21 | - {VERSION: "3.7", TOXENV: "py37-cryptographyMain"}
|
15 | 22 | - {VERSION: "3.8", TOXENV: "py38-cryptographyMain"}
|
16 | 23 | - {VERSION: "3.9", TOXENV: "py39-cryptographyMain"}
|
17 | 24 | - {VERSION: "3.10", TOXENV: "py310-cryptographyMain"}
|
18 | 25 | - {VERSION: "pypy3", TOXENV: "pypy3-cryptographyMain"}
|
| 26 | + # -cryptographyMinimum |
| 27 | + - {VERSION: "3.6", TOXENV: "py36-cryptographyMinimum"} |
| 28 | + - {VERSION: "3.7", TOXENV: "py37-cryptographyMinimum"} |
| 29 | + - {VERSION: "3.8", TOXENV: "py38-cryptographyMinimum"} |
| 30 | + - {VERSION: "3.9", TOXENV: "py39-cryptographyMinimum"} |
| 31 | + - {VERSION: "3.10", TOXENV: "py310-cryptographyMinimum"} |
| 32 | + - {VERSION: "pypy3", TOXENV: "pypy3-cryptographyMinimum"} |
| 33 | + # Cryptography wheels |
| 34 | + - {VERSION: "3.9", TOXENV: "py39-cryptographyMinimum-useWheel"} |
| 35 | + - {VERSION: "3.9", TOXENV: "py39-useWheel"} |
| 36 | + # Random order |
| 37 | + - {VERSION: "3.9", TOXENV: "py39-randomorder"} |
| 38 | + # Downstreams |
| 39 | + - {VERSION: "3.7", TOXENV: "py37-twistedTrunk"} |
| 40 | + # Meta |
| 41 | + - {VERSION: "3.9", TOXENV: "check-manifest"} |
| 42 | + - {VERSION: "3.9", TOXENV: "pypi-readme"} |
| 43 | + - {VERSION: "3.9", TOXENV: "flake8"} |
| 44 | + - {VERSION: "3.9", TOXENV: "docs"} |
19 | 45 | name: "${{ matrix.PYTHON.TOXENV }}"
|
20 | 46 | steps:
|
21 | 47 | - uses: actions/checkout@v2.4.0
|
|
38 | 64 | strategy:
|
39 | 65 | matrix:
|
40 | 66 | TEST:
|
| 67 | + - {CONTAINER: "ubuntu-bionic", TOXENV: "py36"} |
41 | 68 | # cryptographyMain used since there's no wheel
|
42 | 69 | - {CONTAINER: "ubuntu-rolling", TOXENV: "py39-cryptographyMain"}
|
43 | 70 | name: "${{ matrix.TEST.TOXENV }} on ${{ matrix.TEST.CONTAINER }}"
|
|
0 commit comments