mirror of https://github.com/ceph/ceph-ansible.git
travis: Add python 2.7
Because we're still using Linux distributions with python 2.7 (like CentOS/RHEL 7) it could be useful to run travis tests against python 2.7 even if the support will be ended in 2020. Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>pull/3689/head
parent
53514a5b50
commit
676b4c979b
|
@ -1,5 +1,6 @@
|
|||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
- "3.6"
|
||||
notifications:
|
||||
webhooks: https://galaxy.ansible.com/api/v1/notifications/
|
||||
|
|
Loading…
Reference in New Issue