mirror of https://github.com/ansible/ansible.git
Merge pull request #10710 from invenia/devel
Updated the tox.ini file to run multiple ansible versions.pull/10713/head
commit
2319328f14
@ -1,7 +1,21 @@
|
||||
[tox]
|
||||
envlist = py26,py27
|
||||
envlist = {py26,py27}-v{1}
|
||||
|
||||
[testenv]
|
||||
deps = -r{toxinidir}/test-requirements.txt
|
||||
whitelist_externals = make
|
||||
|
||||
[testenv:py26-v1]
|
||||
commands = make tests
|
||||
|
||||
[testenv:py27-v1]
|
||||
commands = make tests
|
||||
|
||||
[testenv:py26-v2]
|
||||
commands = make newtests
|
||||
|
||||
[testenv:py27-v2]
|
||||
commands = make newtests
|
||||
|
||||
[testenv:py34-v2]
|
||||
commands = make newtests
|
||||
|
Loading…
Reference in New Issue