Move pep8 back to 3.6 due to async usage

This commit is contained in:
Ryan Beisner
2018-03-22 15:23:37 -05:00
parent d6c07d1d72
commit 62c28c675b
+1 -1
View File
@@ -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