.travis.yml: Test with Python 3.8

This commit is contained in:
Alan Orth 2019-11-15 00:46:04 +02:00
parent afcc445855
commit 3bc07027e5
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
addons:
postgresql: "9.6"
before_script: