Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
onrik authored Dec 15, 2021
1 parent 2d2b76f commit d3f1315
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,17 @@ language: python
dist: xenial

python:
- "2.7"
- "3.6"
- "3.7"
- "3.8"

env:
- DJANGO=1.11
- DJANGO=2.2
- DJANGO=3.0
- DJANGO=3.2
- DJANGO=4.0

matrix:
exclude:
- python: "2.7"
env: DJANGO=2.2
- python: "2.7"
env: DJANGO=3.0
- python: "3.7"
env: DJANGO=1.11

install:
- pip install Django==$DJANGO
Expand Down

0 comments on commit d3f1315

Please sign in to comment.