From 2a691cb02d36087a939a2ba1f2434b91f555377b Mon Sep 17 00:00:00 2001 From: Andy McCurdy Date: Wed, 24 Oct 2018 15:29:29 -0700 Subject: pycodestyle needs python 2.7 or greater. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 16b7a50..ac086ed 100644 --- a/tox.ini +++ b/tox.ini @@ -10,7 +10,7 @@ deps = commands = py.test {posargs} [testenv:pycodestyle] -basepython = python2.6 +basepython = python3.6 deps = pycodestyle commands = pycodestyle skipsdist = true -- cgit v1.2.1