Skip to content

Commit

Permalink
test also in Django 3.1 and Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrDlouhy committed Sep 15, 2020
1 parent dc18513 commit 903b952
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@ language: python
python:
- "3.6"
- "3.7"
- "3.8"

env:
matrix:
- DJANGO_VERSION="Django>=2.0,<2.1"
- DJANGO_VERSION="Django>=2.1,<2.2"
- DJANGO_VERSION="Django>=2.2,<3.0"
- DJANGO_VERSION="Django>=3.0,<3.1"
- DJANGO_VERSION="Django>=3.1,<3.2"
- DJANGO_VERSION="--pre Django"
- DJANGO_VERSION='https://github.com/django/django/archive/master.tar.gz'

Expand Down

0 comments on commit 903b952

Please sign in to comment.