Skip to content

Commit

Permalink
Remove EOL Python 3.4 and Django 2.0 from test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksihakli committed Nov 13, 2019
1 parent 32c8c74 commit 1a00130
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@ dist: xenial
cache: pip
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
- "pypy3"
env:
- DJANGO=1.11
- DJANGO=2.0
- DJANGO=2.1
- DJANGO=2.2
services:
Expand All @@ -25,17 +23,9 @@ script:
- coverage report -m
matrix:
exclude:
- python: "2.7"
env: DJANGO=2.0
- python: "2.7"
env: DJANGO=2.1
- python: "2.7"
env: DJANGO=2.2
- python: "3.4"
env: DJANGO=2.0
- python: "3.4"
env: DJANGO=2.1
- python: "3.4"
env: DJANGO=2.2
after_success:
- coveralls --verbose

0 comments on commit 1a00130

Please sign in to comment.