Travis now runs our modules unit tests to make sure they always pass.
Signed-off-by: Sébastien Han <seb@redhat.com>
webhooks: https://galaxy.ansible.com/api/v1/notifications/
install:
- pip install -r requirements.txt
- - pip install ansible-lint
+ - pip install ansible-lint pytest
- git clone https://github.com/ansible/galaxy-lint-rules
script:
+ - pytest -vvvv library/
- for i in $(ls -1 roles/); do ansible-lint -x 204 -v -r galaxy-lint-rules/rules roles/$i/ ; done
\ No newline at end of file