Skip to content

Commit

Permalink
Add Django 3.0 and Python 3.8 to Travis matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
SRautila committed Dec 17, 2019
1 parent 5a52877 commit baa2fb5
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
env:
- DJANGO_VERSION=">=1.4.0,<1.5.0"
- DJANGO_VERSION=">=1.5.0,<1.6.0"
Expand All @@ -20,6 +21,7 @@ env:
- DJANGO_VERSION=">=2.0.0,<2.1.0"
- DJANGO_VERSION=">=2.1.0,<2.2.0"
- DJANGO_VERSION=">=2.2.0,<2.3.0"
- DJANGO_VERSION=">=3.0.0,<3.1.0"

matrix:
exclude:
Expand All @@ -37,6 +39,8 @@ matrix:
env: DJANGO_VERSION=">=2.1.0,<2.2.0"
- python: "3.2"
env: DJANGO_VERSION=">=2.2.0,<2.3.0"
- python: "3.2"
env: DJANGO_VERSION=">=3.0.0,<3.1.0"
- python: "3.3"
env: DJANGO_VERSION=">=1.4.0,<1.5.0"
- python: "3.3"
Expand All @@ -51,12 +55,16 @@ matrix:
env: DJANGO_VERSION=">=2.1.0,<2.2.0"
- python: "3.3"
env: DJANGO_VERSION=">=2.2.0,<2.3.0"
- python: "3.3"
env: DJANGO_VERSION=">=3.0.0,<3.1.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.4"
env: DJANGO_VERSION=">=3.0.0,<3.1.0"
- python: "3.5"
env: DJANGO_VERSION=">=1.4.0,<1.5.0"
- python: "3.5"
Expand All @@ -65,6 +73,8 @@ matrix:
env: DJANGO_VERSION=">=1.6.0,<1.7.0"
- python: "3.5"
env: DJANGO_VERSION=">=1.7.0,<1.8.0"
- python: "3.5"
env: DJANGO_VERSION=">=3.0.0,<3.1.0"
- python: "3.6"
env: DJANGO_VERSION=">=1.4.0,<1.5.0"
- python: "3.6"
Expand All @@ -85,6 +95,24 @@ matrix:
env: DJANGO_VERSION=">=1.8.0,<1.9.0"
- python: "3.7"
env: DJANGO_VERSION=">=1.10.0,<1.11.0"
- python: "3.8"
env: DJANGO_VERSION=">=1.4.0,<1.5.0"
- python: "3.8"
env: DJANGO_VERSION=">=1.5.0,<1.6.0"
- python: "3.8"
env: DJANGO_VERSION=">=1.6.0,<1.7.0"
- python: "3.8"
env: DJANGO_VERSION=">=1.7.0,<1.8.0"
- python: "3.8"
env: DJANGO_VERSION=">=1.8.0,<1.9.0"
- python: "3.8"
env: DJANGO_VERSION=">=1.10.0,<1.11.0"
- python: "3.8"
env: DJANGO_VERSION=">=1.11.0,<2.0.0"
- python: "3.8"
env: DJANGO_VERSION=">=2.0.0,<2.1.0"
- python: "3.8"
env: DJANGO_VERSION=">=2.1.0,<2.2.0"
- python: "2.6"
env: DJANGO_VERSION=">=1.7.0,<1.8.0"
- python: "2.6"
Expand All @@ -101,12 +129,16 @@ matrix:
env: DJANGO_VERSION=">=2.1.0,<2.2.0"
- python: "2.6"
env: DJANGO_VERSION=">=2.2.0,<2.3.0"
- python: "2.6"
env: DJANGO_VERSION=">=3.0.0,<3.1.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"
- python: "2.7"
env: DJANGO_VERSION=">=3.0.0,<3.1.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 @@ -17,6 +17,7 @@ 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+
Python 3.8 with Django 2.2.8+

=====
Usage
Expand Down

0 comments on commit baa2fb5

Please sign in to comment.