From 31697022fdcdc2c6e78cb4e7dfc6df79658cc051 Mon Sep 17 00:00:00 2001 From: cclauss Date: Wed, 15 May 2019 23:59:36 +0200 Subject: [PATCH] Add Python 3.4 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 711a880a..cb4c2886 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: python python: + - : 3.4 - : 3.5 - : 3.6 - : 3.7