Skip to content

Commit

Permalink
changed to using include
Browse files Browse the repository at this point in the history
  • Loading branch information
UnDarkle committed Sep 18, 2019
1 parent 9176efa commit 400b2f3
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,11 @@ jobs:
fail-fast: false
max-parallel: 10
matrix:
python-version: [2.7, 3.6, 3.7]
python-version: [2.7, 3.6]
django-version: ["1.8", "1.9", "1.11", "2.0"]
exclude:
- python-version: 3.7
django-version: "1.8"
exclude:
include:
- python-version: 3.7
django-version: "1.9"
exclude:
- python-version: 3.7
django-version: "1.11"
django-version: "2.0"
exclude:
- python-version: 2.7
django-version: "2.0"
Expand Down

0 comments on commit 400b2f3

Please sign in to comment.