add py36 and py38 to travis
This commit is contained in:
parent
c889edaf43
commit
f9e80e4340
|
@ -2,7 +2,9 @@ dist: xenial
|
|||
language: python
|
||||
|
||||
python:
|
||||
- "3.6"
|
||||
- "3.7"
|
||||
- "3.8"
|
||||
|
||||
services:
|
||||
- postgresql
|
||||
|
|
Loading…
Reference in New Issue