mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Remove Python 3.5 from Travis test matrix
Signed-off-by: Aleksi Häkli <aleksi.hakli@iki.fi>
This commit is contained in:
parent
10482f75f5
commit
d669d2b877
1 changed files with 0 additions and 7 deletions
|
|
@ -2,8 +2,6 @@ dist: xenial
|
|||
language: python
|
||||
cache: pip
|
||||
python:
|
||||
- pypy3.5
|
||||
- 3.5
|
||||
- 3.6
|
||||
- 3.7
|
||||
env:
|
||||
|
|
@ -12,11 +10,6 @@ env:
|
|||
- DJANGO=2.1
|
||||
- DJANGO=master
|
||||
matrix:
|
||||
exclude:
|
||||
- python: pypy3.5
|
||||
env: DJANGO=master
|
||||
- python: 3.5
|
||||
env: DJANGO=master
|
||||
allow_failures:
|
||||
- python: 3.6
|
||||
env: DJANGO=master
|
||||
|
|
|
|||
Loading…
Reference in a new issue