Skip to content

Commit

Permalink
Remove the env block, it should not be necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Nov 22, 2020
1 parent 03a3f07 commit 34cb243
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,6 @@ python:
- 3.8
services:
- postgresql
env:
- DB=sqlite DJANGO_PACKAGE=Django~=1.11
- DB=postgres DJANGO_PACKAGE=Django~=1.11
- DB=sqlite DJANGO_PACKAGE=Django~=2.2
- DB=postgres DJANGO_PACKAGE=Django~=2.2
- DB=sqlite DJANGO_PACKAGE=Django~=3.0
- DB=postgres DJANGO_PACKAGE=Django~=3.0
- DB=sqlite DJANGO_PACKAGE=Django~=3.1
- DB=postgres DJANGO_PACKAGE=Django~=3.1
matrix:
fast_finish: true
include:
Expand Down

0 comments on commit 34cb243

Please sign in to comment.