Skip to content

Commit

Permalink
move cryptographyMaster to front of test matrix
Browse files Browse the repository at this point in the history
this is helpful for PRs which depend on a still-unreleased cryptography version
  • Loading branch information
mhils committed Dec 21, 2020
1 parent 21df674 commit 21c68dc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ jobs:
strategy:
matrix:
PYTHON:
# -cryptographyMaster
- {VERSION: "3.6", TOXENV: "py36-cryptographyMaster"}
- {VERSION: "3.7", TOXENV: "py37-cryptographyMaster"}
- {VERSION: "3.8", TOXENV: "py38-cryptographyMaster"}
- {VERSION: "3.9", TOXENV: "py39-cryptographyMaster"}
- {VERSION: "pypy3", TOXENV: "pypy3-cryptographyMaster"}
# Base builds
- {VERSION: "2.7", TOXENV: "py27"}
- {VERSION: "3.5", TOXENV: "py35"}
Expand All @@ -18,12 +24,6 @@ jobs:
- {VERSION: "3.9", TOXENV: "py39"}
- {VERSION: "pypy2", TOXENV: "pypy"}
- {VERSION: "pypy3", TOXENV: "pypy3"}
# -cryptographyMaster
- {VERSION: "3.6", TOXENV: "py36-cryptographyMaster"}
- {VERSION: "3.7", TOXENV: "py37-cryptographyMaster"}
- {VERSION: "3.8", TOXENV: "py38-cryptographyMaster"}
- {VERSION: "3.9", TOXENV: "py39-cryptographyMaster"}
- {VERSION: "pypy3", TOXENV: "pypy3-cryptographyMaster"}
# -cryptographyMinimum
- {VERSION: "2.7", TOXENV: "py27-cryptographyMinimum"}
- {VERSION: "3.5", TOXENV: "py35-cryptographyMinimum"}
Expand Down

0 comments on commit 21c68dc

Please sign in to comment.