From 24900f4e52bba3fc0e8444286ae6e9a9fad62887 Mon Sep 17 00:00:00 2001 From: Will Miller Date: Fri, 7 Sep 2018 09:19:10 +0000 Subject: [PATCH] Use basepython of 2.7 --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index b56cbe0..f0c4e94 100644 --- a/tox.ini +++ b/tox.ini @@ -23,12 +23,12 @@ deps = -r{toxinidir}/test-requirements.txt [testenv:pep8] -basepython = python3 +basepython = python2.7 commands = flake8 {posargs} [testenv:alint] -basepython = python3 +basepython = python2.7 # ansible-lint doesn't support custom modules, so add ours to the Ansible path. setenv = ANSIBLE_LIBRARY = {toxinidir}/ansible/action_plugins/ # Exclude roles downloaded from Galaxy (in the form 'author.role') from