1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/tox.ini

22 lines
328 B
INI
Raw Normal View History

[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