From 539b1445be4cea230fec1e432b10e669013611f2 Mon Sep 17 00:00:00 2001 From: Daniel Bacher Date: Sun, 11 Feb 2018 13:09:57 +0100 Subject: [PATCH] switch to python 3.6 --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 022fc6f..5a71702 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,6 +21,9 @@ dist: trusty language: python +python: + - "3.6" + services: - docker