Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #53 from prymitive/ver-updates
Browse files Browse the repository at this point in the history
Update tested Django releases
  • Loading branch information
prymitive authored Jul 26, 2018
2 parents bba8089 + de99494 commit 14e7b91
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,32 +6,25 @@ cache: pip

python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"

env:
matrix:
- DJANGO=2.0
- DJANGO=1.8.18
- DJANGO=1.10.7
- DJANGO=1.11
- DJANGO=2.0.7
- DJANGO=1.8.19
- DJANGO=1.10.8
- DJANGO=1.11.14

matrix:
exclude:
- python: "2.7"
env: DJANGO=2.0
- python: "3.3"
env: DJANGO=1.10.7
- python: "3.3"
env: DJANGO=1.11
- python: "3.3"
env: DJANGO=2.0
env: DJANGO=2.0.7
- python: "3.6"
env: DJANGO=1.8.18
env: DJANGO=1.8.19
- python: "3.6"
env: DJANGO=1.10.7
env: DJANGO=1.10.8

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

0 comments on commit 14e7b91

Please sign in to comment.