travis: workaround false negative test failure (#2362)

travis: workaround false negative test failure
reviewable/pr18780/r1
René Moser 8 years ago
parent 4874ceefa5
commit d056879088

@ -145,5 +145,5 @@ script:
- python2.7 -m compileall -fq .
- python3.4 -m compileall -fq . -x $(echo "$PY3_EXCLUDE_LIST"| tr ' ' '|')
- python3.5 -m compileall -fq . -x $(echo "$PY3_EXCLUDE_LIST"| tr ' ' '|')
- ansible-validate-modules .
- ansible-validate-modules . --exclude 'cloud/azure/azure_rm_deployment\.py'
#- ./test-docs.sh extras

Loading…
Cancel
Save