From cb156f3567f2339e955c5f182bcef5345b9c7a82 Mon Sep 17 00:00:00 2001 From: herr kaste Date: Thu, 8 Nov 2018 19:53:52 +0100 Subject: [PATCH] Just use python 3.6 for flake Python 3.3 is EOL and difficult to setup in containers --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9a7f051..000f751 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: python python: - - "3.3" + - "3.6" install: - pip install flake8 script: