From f9e80e43404b9dcb0410869247b8743468b8e189 Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Tue, 22 Oct 2019 22:41:17 +0000 Subject: [PATCH] add py36 and py38 to travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index b8c64ac9..81722a66 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,9 @@ dist: xenial language: python python: + - "3.6" - "3.7" + - "3.8" services: - postgresql