From 5bc1900d4582d197bc67707a70aff3e633d8e02c Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Fri, 5 Jun 2020 15:39:20 +0200 Subject: [PATCH] Used Python 3.6 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..825542d 100644 --- a/tox.ini +++ b/tox.ini @@ -33,12 +33,12 @@ deps = [testenv:flake8] usedevelop = false -basepython = python2.7 +basepython = python3.6 commands = flake8 deps = flake8 [testenv:isort] usedevelop = false -basepython = python2.7 +basepython = python3.6 commands = isort --recursive --check-only --diff picklefield tests deps = isort==4.2.5