Skip to content

Commit

Permalink
Merge pull request waveaccounting#16 from kevin-brown/django-versions
Browse files Browse the repository at this point in the history
Updated Django in Travis matrix
  • Loading branch information
JBKahn authored Oct 24, 2018
2 parents d2884ba + 4cb60d0 commit 8511727
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ 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"
- DJANGO_VERSION=">=2.1.0,<2.2.0"

matrix:
exclude:
Expand All @@ -27,6 +29,10 @@ 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.2"
env: DJANGO_VERSION=">=2.1.0,<2.2.0"
- python: "3.3"
env: DJANGO_VERSION=">=1.4.0,<1.5.0"
- python: "3.3"
Expand All @@ -35,10 +41,14 @@ 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.3"
env: DJANGO_VERSION=">=2.1.0,<2.2.0"
- python: "3.4"
env: DJANGO_VERSION=">=1.4.0,<1.5.0"
- python: "3.4"
env: DJANGO_VERSION=">=1.9.0,<1.10.0"
env: DJANGO_VERSION=">=2.1.0,<2.2.0"
- python: "3.5"
env: DJANGO_VERSION=">=1.4.0,<1.5.0"
- python: "3.5"
Expand All @@ -65,6 +75,14 @@ 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"
- python: "2.6"
env: DJANGO_VERSION=">=2.1.0,<2.2.0"
- python: "2.7"
env: DJANGO_VERSION=">=2.0.0,<2.1.0"
- python: "2.7"
env: DJANGO_VERSION=">=2.1.0,<2.2.0"

# command to install dependencies
install:
Expand Down

0 comments on commit 8511727

Please sign in to comment.