chore(travis): remove python 3.5, add 3.7, 3.8 and 3.9
This commit is contained in:
parent
1c4531f70a
commit
a719bdaa38
1 changed files with 3 additions and 1 deletions
|
@ -2,8 +2,10 @@ sudo: false
|
||||||
language: python
|
language: python
|
||||||
dist: xenial
|
dist: xenial
|
||||||
python:
|
python:
|
||||||
- "3.5"
|
|
||||||
- "3.6"
|
- "3.6"
|
||||||
|
- "3.7"
|
||||||
|
- "3.8"
|
||||||
|
- "3.9"
|
||||||
services:
|
services:
|
||||||
- postgresql
|
- postgresql
|
||||||
addons:
|
addons:
|
||||||
|
|
Loading…
Reference in a new issue