From 64c28607b543b6a4ee29dcd7627787eb5b34e06f Mon Sep 17 00:00:00 2001 From: Eugene Molotov Date: Thu, 17 Oct 2019 09:33:56 +0000 Subject: [PATCH] :shield: travis: bump python version --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0fccba0..430e5d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: python python: - - "3.5" + - "3.6" #dist: trusty sudo: false