Skip to content

Commit

Permalink
Add Django 2.2 and Python 3.7 to Travis matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
SRautila committed Dec 17, 2019
1 parent 8511727 commit da9a660
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ python:
- "3.4"
- "3.5"
- "3.6"
- "3.7"
env:
- DJANGO_VERSION=">=1.4.0,<1.5.0"
- DJANGO_VERSION=">=1.5.0,<1.6.0"
Expand All @@ -18,6 +19,7 @@ env:
- DJANGO_VERSION=">=1.11.0,<2.0.0"
- DJANGO_VERSION=">=2.0.0,<2.1.0"
- DJANGO_VERSION=">=2.1.0,<2.2.0"
- DJANGO_VERSION=">=2.2.0,<2.3.0"

matrix:
exclude:
Expand All @@ -33,6 +35,8 @@ matrix:
env: DJANGO_VERSION=">=2.0.0,<2.1.0"
- python: "3.2"
env: DJANGO_VERSION=">=2.1.0,<2.2.0"
- python: "3.2"
env: DJANGO_VERSION=">=2.2.0,<2.3.0"
- python: "3.3"
env: DJANGO_VERSION=">=1.4.0,<1.5.0"
- python: "3.3"
Expand All @@ -45,10 +49,14 @@ matrix:
env: DJANGO_VERSION=">=2.0.0,<2.1.0"
- python: "3.3"
env: DJANGO_VERSION=">=2.1.0,<2.2.0"
- python: "3.3"
env: DJANGO_VERSION=">=2.2.0,<2.3.0"
- python: "3.4"
env: DJANGO_VERSION=">=1.4.0,<1.5.0"
- python: "3.4"
env: DJANGO_VERSION=">=2.1.0,<2.2.0"
- python: "3.4"
env: DJANGO_VERSION=">=2.2.0,<2.3.0"
- python: "3.5"
env: DJANGO_VERSION=">=1.4.0,<1.5.0"
- python: "3.5"
Expand All @@ -65,6 +73,18 @@ matrix:
env: DJANGO_VERSION=">=1.6.0,<1.7.0"
- python: "3.6"
env: DJANGO_VERSION=">=1.7.0,<1.8.0"
- python: "3.7"
env: DJANGO_VERSION=">=1.4.0,<1.5.0"
- python: "3.7"
env: DJANGO_VERSION=">=1.5.0,<1.6.0"
- python: "3.7"
env: DJANGO_VERSION=">=1.6.0,<1.7.0"
- python: "3.7"
env: DJANGO_VERSION=">=1.7.0,<1.8.0"
- python: "3.7"
env: DJANGO_VERSION=">=1.8.0,<1.9.0"
- python: "3.7"
env: DJANGO_VERSION=">=1.10.0,<1.11.0"
- python: "2.6"
env: DJANGO_VERSION=">=1.7.0,<1.8.0"
- python: "2.6"
Expand All @@ -79,10 +99,14 @@ matrix:
env: DJANGO_VERSION=">=2.0.0,<2.1.0"
- python: "2.6"
env: DJANGO_VERSION=">=2.1.0,<2.2.0"
- python: "2.6"
env: DJANGO_VERSION=">=2.2.0,<2.3.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"
- python: "2.7"
env: DJANGO_VERSION=">=2.2.0,<2.3.0"

# command to install dependencies
install:
Expand Down
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Supported Versions
Python 2.6/2.7 with Django 1.4+
Python 3.2/3.3/3.4 with Django 1.5+
Python 3.5/3.6 with Django 1.7+
Python 3.7 with Django 1.11.17+

=====
Usage
Expand Down

0 comments on commit da9a660

Please sign in to comment.