mirror of
https://github.com/jazzband/django-defender.git
synced 2026-03-16 22:10:32 +00:00
Remove EOL Python 3.4 and Django 2.0 from test matrix
This commit is contained in:
parent
32c8c747aa
commit
1a001301e7
1 changed files with 0 additions and 10 deletions
10
.travis.yml
10
.travis.yml
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue