From 58579384aaaf43ab9fee916a9946a2b6581fb193 Mon Sep 17 00:00:00 2001 From: Ryan Beisner Date: Thu, 22 Mar 2018 14:29:45 -0500 Subject: [PATCH] Allow pep8 tox target to use any py3 version --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 6fcaae0..9d6f648 100644 --- a/tox.ini +++ b/tox.ini @@ -23,7 +23,7 @@ basepython = python3.6 deps = -r{toxinidir}/test-requirements.txt [testenv:pep8] -basepython = python3.6 +basepython = python3 deps = -r{toxinidir}/test-requirements.txt commands = flake8 {posargs} zaza unit_tests @@ -31,4 +31,4 @@ commands = flake8 {posargs} zaza unit_tests commands = {posargs} [flake8] -ignore = E402,E226 \ No newline at end of file +ignore = E402,E226