Skip to content

Commit

Permalink
Twisted versions in matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
twm committed Dec 22, 2020
1 parent 237fb6f commit 191e621
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
strategy:
matrix:
python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "pypy-2.7", "pypy-3.7"]
twisted-version: ["lowest", "latest", "trunk"]

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -102,6 +103,4 @@ jobs:
- run: python -m pip install tox

- run: tox -e ${{ steps.pyfactor.outputs.value }}-twisted_lowest

- run: tox -e ${{ steps.pyfactor.outputs.value }}-twisted_latest
- run: tox -e ${{ steps.pyfactor.outputs.value }}-twisted_{{ matrix.twisted-version }}

0 comments on commit 191e621

Please sign in to comment.