mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Move command for v1 back into testenv so that we have a default
(We have a jenkins build that creates a [testenv:jenkins] so it needs there to be a default value
This commit is contained in:
6
tox.ini
6
tox.ini
@@ -2,20 +2,22 @@
|
||||
envlist = {py26,py27}-v{1}
|
||||
|
||||
[testenv]
|
||||
commands = make tests
|
||||
deps = -r{toxinidir}/test-requirements.txt
|
||||
whitelist_externals = make
|
||||
|
||||
[testenv:py26-v1]
|
||||
commands = make tests
|
||||
|
||||
[testenv:py27-v1]
|
||||
commands = make tests
|
||||
|
||||
[testenv:py26-v2]
|
||||
deps = -r{toxinidir}/v2/test-requirements.txt
|
||||
commands = make newtests
|
||||
|
||||
[testenv:py27-v2]
|
||||
deps = -r{toxinidir}/v2/test-requirements.txt
|
||||
commands = make newtests
|
||||
|
||||
[testenv:py34-v2]
|
||||
deps = -r{toxinidir}/v2/test-requirements.txt
|
||||
commands = make newtests
|
||||
|
||||
Reference in New Issue
Block a user