mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Revert "travis: workaround false negative test failure (#2362)"
This reverts commit d0568790886f7d3973b31b55c5e045152514c604.
This commit is contained in:
parent
026dc4f957
commit
83f263d132
1 changed files with 1 additions and 1 deletions
|
@ -122,5 +122,5 @@ script:
|
||||||
- python2.7 -m compileall -fq .
|
- python2.7 -m compileall -fq .
|
||||||
- python3.4 -m compileall -fq . -x $(echo "$PY3_EXCLUDE_LIST"| tr ' ' '|')
|
- python3.4 -m compileall -fq . -x $(echo "$PY3_EXCLUDE_LIST"| tr ' ' '|')
|
||||||
- python3.5 -m compileall -fq . -x $(echo "$PY3_EXCLUDE_LIST"| tr ' ' '|')
|
- python3.5 -m compileall -fq . -x $(echo "$PY3_EXCLUDE_LIST"| tr ' ' '|')
|
||||||
- ansible-validate-modules . --exclude 'cloud/azure/azure_rm_deployment\.py'
|
- ansible-validate-modules .
|
||||||
#- ./test-docs.sh extras
|
#- ./test-docs.sh extras
|
||||||
|
|
Loading…
Reference in a new issue