Skip to content

Commit

Permalink
Run tests with Django 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Sep 6, 2019
1 parent 94d8cd8 commit ea30776
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 @@ -13,11 +13,11 @@ matrix:
- python: 3.7
env: REQ="https://github.com/django/django/archive/master.zip#egg=Django"
- python: 3.7
env: REQ="Django>=2.2rc1,<3.0"
env: REQ="Django>=2.2,<3.0"
- python: 3.6
env: REQ="Django>=2.2rc1,<3.0"
env: REQ="Django>=2.2,<3.0"
- python: 3.5
env: REQ="Django>=2.2rc1,<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 ea30776

Please sign in to comment.