Skip to content

Commit

Permalink
add Django 3.0 to the regular testing matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrDlouhy committed Jan 31, 2020
1 parent f35c502 commit c052dfa
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ env:
- DJANGO_VERSION="Django>=2.0,<2.1"
- DJANGO_VERSION="Django>=2.1,<2.2"
- DJANGO_VERSION="Django>=2.2,<3.0"
- DJANGO_VERSION="--pre Django>=3.0,<3.1"
- DJANGO_VERSION="Django>=3.0,<3.1"
- DJANGO_VERSION="--pre Django>=3.2,<3.2"
- DJANGO_VERSION='https://github.com/django/django/archive/master.tar.gz'

cache:
Expand All @@ -29,11 +30,13 @@ install:
matrix:
exclude:
- python: "3.5"
env: DJANGO_VERSION="--pre Django>=3.0,<3.1"
env: DJANGO_VERSION="Django>=3.0,<3.1"
- python: "3.5"
env: DJANGO_VERSION="--pre Django>=3.1,<3.2"
- python: "3.5"
env: DJANGO_VERSION='https://github.com/django/django/archive/master.tar.gz'
allow_failures:
- env: DJANGO_VERSION="--pre Django>=3.0,<3.1"
- env: DJANGO_VERSION="--pre Django>=3.1,<3.2"
- env: DJANGO_VERSION='https://github.com/django/django/archive/master.tar.gz'

before_cache:
Expand Down

0 comments on commit c052dfa

Please sign in to comment.