mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-27 18:50:21 -07:00
Merge pull request #12234 from ansible/travis-var-precedence
Enable the var precedence test in travis
This commit is contained in:
commit
7ece767767
1 changed files with 1 additions and 0 deletions
|
@ -17,5 +17,6 @@ script:
|
||||||
- if test x"$TOKENV" != x'py24' ; then tox ; fi
|
- if test x"$TOKENV" != x'py24' ; then tox ; fi
|
||||||
- if test x"$TOKENV" = x'py24' ; then python2.4 -V && python2.4 -m compileall -fq -x 'module_utils/(a10|rax|openstack|ec2|gce).py' lib/ansible/module_utils ; fi
|
- if test x"$TOKENV" = x'py24' ; then python2.4 -V && python2.4 -m compileall -fq -x 'module_utils/(a10|rax|openstack|ec2|gce).py' lib/ansible/module_utils ; fi
|
||||||
#- make -C docsite all
|
#- make -C docsite all
|
||||||
|
- source ./hacking/env-setup && cd test/integration/ && make test_var_precedence
|
||||||
after_success:
|
after_success:
|
||||||
- coveralls
|
- coveralls
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue