From 3eb26a33358ab2181ec1469de109e6176945bfaf Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Thu, 21 Jun 2018 15:11:42 +0100 Subject: [PATCH] travis: Run flake8 against Python 3.6 As with tox and make before it, we run everything that we can against Python 3 (Python 3.6 in this case). Signed-off-by: Stephen Finucane --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1662af810..86d7559ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,7 @@ matrix: env: TOXENV=docs - python: '3.6' env: TOXENV=mypy - - python: '2.7' + - python: '3.6' env: TOXENV=flake8 install: