From 62c28c675b90a860780aa95692c6800f7ccb53d7 Mon Sep 17 00:00:00 2001 From: Ryan Beisner Date: Thu, 22 Mar 2018 15:23:37 -0500 Subject: [PATCH] Move pep8 back to 3.6 due to async usage --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9d6f648..1bad802 100644 --- a/tox.ini +++ b/tox.ini @@ -23,7 +23,7 @@ basepython = python3.6 deps = -r{toxinidir}/test-requirements.txt [testenv:pep8] -basepython = python3 +basepython = python3.6 deps = -r{toxinidir}/test-requirements.txt commands = flake8 {posargs} zaza unit_tests