From a8b303ef7c5458e89d70e59f65138014eb7b49b5 Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Fri, 5 Jun 2020 15:39:20 +0200 Subject: [PATCH] Used Python 3.7 for flake8 and isort tasks. --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index a616eaa..14ddf51 100644 --- a/tox.ini +++ b/tox.ini @@ -33,12 +33,12 @@ deps = [testenv:flake8] usedevelop = false -basepython = python2.7 +basepython = python3.7 commands = flake8 deps = flake8 [testenv:isort] usedevelop = false -basepython = python2.7 +basepython = python3.7 commands = isort --recursive --check-only --diff picklefield tests deps = isort==4.2.5