From 48eef8c8e3e9fa50288d2c1a5677be2ad965c308 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 29 Mar 2020 16:07:44 +0300 Subject: [PATCH] .travis.yml: Test on Python master But allow failures! --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7accd69..832e28d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,10 @@ python: - "3.6" - "3.7" - "3.8" + - master +jobs: + allow_failures: + - go: master addons: postgresql: "9.6" before_script: