mirror of https://github.com/ceph/ceph-ansible.git
12 lines
295 B
YAML
12 lines
295 B
YAML
language: python
|
|
python:
|
|
- "3.6"
|
|
- "3.7"
|
|
- "3.8"
|
|
notifications:
|
|
webhooks: https://galaxy.ansible.com/api/v1/notifications/
|
|
install:
|
|
- pip install -r tests/requirements.txt
|
|
script:
|
|
- if [[ -n $(grep --exclude-dir=.git -P "\xa0" -r .) ]]; then echo 'NBSP characters found'; exit 1; fi
|