chore(travis): remove python 3.5, add 3.7, 3.8 and 3.9

This commit is contained in:
Yohan Boniface 2020-11-09 08:18:58 +01:00
parent 1c4531f70a
commit a719bdaa38

View file

@ -2,8 +2,10 @@ sudo: false
language: python
dist: xenial
python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
- "3.9"
services:
- postgresql
addons: