Skip to content

Commit

Permalink
Merge pull request #30 from craiga/django-3.1
Browse files Browse the repository at this point in the history
Add Django 3.1 to tests
  • Loading branch information
martey authored Oct 12, 2020
2 parents adc0643 + bcb0c07 commit 41a0379
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ python:
env:
- DJANGO="Django~=2.2.0"
- DJANGO="Django~=3.0.0"
- DJANGO="Django~=3.1.0"

install:
- pip install $DJANGO
Expand All @@ -28,3 +29,7 @@ matrix:
python: "3.5"
- env: DJANGO="Django~=3.0.0"
python: "pypy"
- env: DJANGO="Django~=3.1.0"
python: "3.5"
- env: DJANGO="Django~=3.1.0"
python: "pypy"

0 comments on commit 41a0379

Please sign in to comment.