Skip to content

Commit

Permalink
Django 3.0 is final
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Jun 10, 2020
1 parent 3505c03 commit 03a848a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ matrix:
- python: 3.7
env: REQ="https://github.com/django/django/archive/master.zip#egg=Django"
- python: 3.7
env: REQ="Django>=3.0rc1,<3.1"
env: REQ="Django>=3.0,<3.1"
- python: 3.6
env: REQ="Django>=3.0rc1,<3.1"
env: REQ="Django>=3.0,<3.1"
- python: 3.7
env: REQ="Django>=2.2,<3.0"
- python: 3.6
Expand Down

0 comments on commit 03a848a

Please sign in to comment.