Skip to content

Commit

Permalink
new: Django 3.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
artem.vasin committed Dec 2, 2019
1 parent 83fa3f8 commit 9151235
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Expand Up @@ -16,10 +16,11 @@ python:
- "nightly"

env:
- DJANGO="Django==1.11"
- DJANGO="Django==2.0"
- DJANGO="Django==2.1"
- DJANGO="Django==2.2"
- DJANGO="Django>=1.11<2.0"
- DJANGO="Django>=2.0<2.1"
- DJANGO="Django>=2.1<2.2"
- DJANGO="Django>=2.2<3.0"
- DJANGO="Django>=3.0<3.1"
- DJANGO="--pre Django"

install:
Expand Down

0 comments on commit 9151235

Please sign in to comment.