Skip to content

Commit

Permalink
Added Django 2.0 to the Travis matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-brown committed Oct 24, 2018
1 parent d2884ba commit a188485
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ env:
- DJANGO_VERSION=">=1.9.0,<1.10.0"
- DJANGO_VERSION=">=1.10.0,<1.11.0"
- DJANGO_VERSION=">=1.11.0,<2.0.0"
- DJANGO_VERSION=">=2.0.0,<2.1.0"

matrix:
exclude:
Expand All @@ -27,6 +28,8 @@ matrix:
env: DJANGO_VERSION=">=1.10.0,<1.11.0"
- python: "3.2"
env: DJANGO_VERSION=">=1.11.0,<2.0.0"
- python: "3.2"
env: DJANGO_VERSION=">=2.0.0,<2.1.0"
- python: "3.3"
env: DJANGO_VERSION=">=1.4.0,<1.5.0"
- python: "3.3"
Expand All @@ -35,6 +38,8 @@ matrix:
env: DJANGO_VERSION=">=1.10.0,<1.11.0"
- python: "3.3"
env: DJANGO_VERSION=">=1.11.0,<2.0.0"
- python: "3.3"
env: DJANGO_VERSION=">=2.0.0,<2.1.0"
- python: "3.4"
env: DJANGO_VERSION=">=1.4.0,<1.5.0"
- python: "3.4"
Expand Down Expand Up @@ -65,6 +70,8 @@ matrix:
env: DJANGO_VERSION=">=1.10.0,<1.11.0"
- python: "2.6"
env: DJANGO_VERSION=">=1.11.0,<2.0.0"
- python: "2.6"
env: DJANGO_VERSION=">=2.0.0,<2.1.0"

# command to install dependencies
install:
Expand Down

0 comments on commit a188485

Please sign in to comment.