Remove Python 3.5 from Travis test matrix

Signed-off-by: Aleksi Häkli <aleksi.hakli@iki.fi>
This commit is contained in:
Aleksi Häkli 2019-03-09 21:57:52 +02:00
parent 10482f75f5
commit d669d2b877
No known key found for this signature in database
GPG key ID: 3E7146964D726BBE

View file

@ -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