summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: c210c0719430183195d447c7f64a167841381108 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
sudo: false
language: python
python:
  - "2.7"
addons:
  apt:
    sources:
      - deadsnakes
    packages:
      - python2.4
      - python2.6
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:
  - 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
script:
  - python2.4 -m compileall -fq -x 'cloud/|monitoring/zabbix.*\.py|/dnf\.py|/layman\.py|/maven_artifact\.py|clustering/(consul.*|znode)\.py|notification/pushbullet\.py' .
  - python2.6 -m compileall -fq .
  - python2.7 -m compileall -fq .
  - ansible-validate-modules --exclude 'cloud/cloudstack/cs_template\.py' .
  #- ./test-docs.sh extras