From 59e4212e07437b17ff5439748ae227bad1ef1ded Mon Sep 17 00:00:00 2001 From: David Lynch Date: Fri, 17 Aug 2018 21:43:33 -0500 Subject: [PATCH] Bump python version for travis (flake8 compat) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7a31243..b1b7d41 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: python python: - - "3.3" + - "3.5" install: - pip install -r requirements.txt