Sync with travis/runcollection.sh template

Source commit in the template repo: e9f2c3a 4f3c96a
    Merge pull request #48 from nhosoi/collections
    runcollection.sh - stop passing an argument list

This change allows to eliminate the test argument list as well as the
branch name to retrieve the lsr_role2collection.py script for the
collection test.

Signed-off-by: Noriko Hosoi <nhosoi@redhat.com>
This commit is contained in:
Noriko Hosoi 2020-10-28 09:26:09 -07:00 committed by Fernando Fernández Mancera
parent c6b0226bf6
commit 18ed81168f
2 changed files with 18 additions and 6 deletions

View file

@ -170,7 +170,7 @@ deps =
ansible
jmespath
commands =
bash {toxinidir}/.travis/runcollection.sh {toxworkdir} master 'black,flake8,yamllint,py38'
bash {toxinidir}/.travis/runcollection.sh {toxworkdir}
[testenv:custom]
changedir = {toxinidir}