Remove EOL Python 3.4 and Django 2.0 from test matrix

This commit is contained in:
Aleksi Häkli 2019-11-13 22:44:20 +02:00
parent 32c8c747aa
commit 1a001301e7
No known key found for this signature in database
GPG key ID: 3E7146964D726BBE

View file

@ -3,7 +3,6 @@ dist: xenial
cache: pip
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
@ -11,7 +10,6 @@ python:
- "pypy3"
env:
- DJANGO=1.11
- DJANGO=2.0
- DJANGO=2.1
- DJANGO=2.2
services:
@ -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