Skip to content

Commit

Permalink
Fixed a typo in the matrix exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Graham committed Aug 4, 2020
1 parent 4a1d5fa commit 817d88b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -22,8 +22,8 @@ after_success:
matrix:
exclude:
- python: "3.4"
env: DJANGO_VERSION_MIN=2.2 DJANGO_VERSION_MAX<3
env: DJANGO_VERSION_MIN=2.2 DJANGO_VERSION_MAX=3.0
- python: "3.4"
env: DJANGO_VERSION_MIN=3.0.3 DJANGO_VERSION_MAX<4
env: DJANGO_VERSION_MIN=3.0.3 DJANGO_VERSION_MAX=4.0
- python: "3.5"
env: DJANGO_VERSION_MIN=3.0.3 DJANGO_VERSION_MAX<4
env: DJANGO_VERSION_MIN=3.0.3 DJANGO_VERSION_MAX=4.0

0 comments on commit 817d88b

Please sign in to comment.