Skip to content

Commit

Permalink
Exclude missing tox envs from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored and jezdez committed Jan 8, 2022
1 parent a8c3abd commit 8869cdb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ jobs:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10']
django-version: ['2.2', '3.1', '3.2', 'main']
exclude:
# No such tox envs:
- {python-version: '3.7', django-version: 'main'}
- {python-version: '3.10', django-version: '2.2'}
- {python-version: '3.10', django-version: '3.1'}
- {python-version: '3.10', django-version: '3.2'}

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 8869cdb

Please sign in to comment.