travis: workaround false negative test failure (#2362)

travis: workaround false negative test failure
This commit is contained in:
René Moser 2016-06-02 09:46:05 +02:00
parent 4874ceefa5
commit d056879088

View file

@ -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