Use basepython of 2.7

This commit is contained in:
Will Miller 2018-09-07 09:19:10 +00:00
parent 106832eaae
commit 24900f4e52

View File

@ -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