Skip to content

Commit

Permalink
Django 2.2 is released
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Aug 5, 2019
1 parent ca99d58 commit 99ff6f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ matrix:
- python: 3.7
env: REQ="https://github.com/django/django/archive/master.zip#egg=Django"
- python: 3.7
env: REQ="Django>=2.2a1,<3.0"
env: REQ="Django>=2.2,<3.0"
- python: 3.6
env: REQ="Django>=2.2a1,<3.0"
env: REQ="Django>=2.2,<3.0"
- python: 3.5
env: REQ="Django>=2.2a1,<3.0"
env: REQ="Django>=2.2,<3.0"
- python: 3.7
env: REQ="Django>=2.1,<2.2"
- python: 3.7
Expand Down

0 comments on commit 99ff6f8

Please sign in to comment.