From beac70a5c343a77ec0c8226e6d2889a0cecaeda5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laura=20Kl=C3=BCnder?= Date: Tue, 9 May 2017 13:32:41 +0200 Subject: [PATCH] bump python verion to 3.6 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f70b0599..31290346 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ language: python cache: pip python: - - "3.4" + - "3.6" install: - pip install --upgrade setuptools pip