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