.travis.yml: Test on Python master

But allow failures!
This commit is contained in:
Alan Orth 2020-03-29 16:07:44 +03:00
parent fa9325e8a3
commit 48eef8c8e3
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,10 @@ python:
- "3.6"
- "3.7"
- "3.8"
- master
jobs:
allow_failures:
- go: master
addons:
postgresql: "9.6"
before_script: