|
|
|
@ -10,6 +10,10 @@ addons:
|
|
|
|
- python2.4
|
|
|
|
- python2.4
|
|
|
|
- python2.6
|
|
|
|
- python2.6
|
|
|
|
- python3.5
|
|
|
|
- python3.5
|
|
|
|
|
|
|
|
before_install:
|
|
|
|
|
|
|
|
- git config user.name "ansible"
|
|
|
|
|
|
|
|
- git config user.email "ansible@ansible.com"
|
|
|
|
|
|
|
|
- if [[ "$TRAVIS_PULL_REQUEST" != "false" ]]; then git rebase $TRAVIS_BRANCH; fi;
|
|
|
|
install:
|
|
|
|
install:
|
|
|
|
- pip install git+https://github.com/ansible/ansible.git@devel#egg=ansible
|
|
|
|
- pip install git+https://github.com/ansible/ansible.git@devel#egg=ansible
|
|
|
|
- pip install git+https://github.com/sivel/ansible-testing.git#egg=ansible_testing
|
|
|
|
- pip install git+https://github.com/sivel/ansible-testing.git#egg=ansible_testing
|
|
|
|
|