From 935f8c7c665b15f6f07e4219397302fa6bb7a388 Mon Sep 17 00:00:00 2001 From: Joakim Soderlund Date: Wed, 26 Jul 2017 21:13:43 +0200 Subject: [PATCH] Run flake on Python 3.6 --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index e16dcfd..b3a703f 100644 --- a/tox.ini +++ b/tox.ini @@ -6,8 +6,8 @@ envlist = [travis] python = - 3.5: py35, flake - 3.6: py36 + 3.5: py35 + 3.6: py36, flake [testenv] commands = py.test