Commit 2319328f by Toshio Kuratomi

Merge pull request #10710 from invenia/devel

Updated the tox.ini file to run multiple ansible versions.
parents 12bd0e7a 131ce117
[tox] [tox]
envlist = py26,py27 envlist = {py26,py27}-v{1}
[testenv] [testenv]
deps = -r{toxinidir}/test-requirements.txt deps = -r{toxinidir}/test-requirements.txt
whitelist_externals = make whitelist_externals = make
[testenv:py26-v1]
commands = make tests
[testenv:py27-v1]
commands = make tests commands = make tests
[testenv:py26-v2]
commands = make newtests
[testenv:py27-v2]
commands = make newtests
[testenv:py34-v2]
commands = make newtests
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment