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

Commit

Permalink
Update tested Django releases
Browse files Browse the repository at this point in the history
Drop Python 3.3 from tests, pytest doesn't support it anymore
  • Loading branch information
prymitive committed Jul 26, 2018
1 parent bba8089 commit de99494
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 de99494

Please sign in to comment.