You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/tox.ini

22 lines
328 B
INI

[tox]
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