.travis.yml
3d67e9e0
 sudo: false
 language: python
 env:
87cb7f81
   - TOKENV=py24
3d67e9e0
   - TOXENV=py26
   - TOXENV=py27
1eee5ec6
   - TOXENV=py34
a0fc8bb0
 addons:
   apt:
     sources:
       - deadsnakes
13b8a57d
     packages:
       - python2.4
3d67e9e0
 install:
d6128381
   - pip install tox PyYAML Jinja2 sphinx
3d67e9e0
 script:
3db8070a
 # urllib2's defaults are not secure enough for us
 - ./test/code-smell/replace-urlopen.sh .
87cb7f81
 - if test x"$TOKENV" != x'py24' ; then  tox ; fi
 - if test x"$TOKENV" = x'py24' ; then python2.4 -V && python2.4 -m compileall -fq -x 'module_utils/(a10|rax|openstack|ec2|gce).py' lib/ansible/module_utils ; fi
a155f65a
   #- make -C docsite all
d0d40dff
 - source ./hacking/env-setup && cd test/integration/ && make test_var_precedence
3d67e9e0
 after_success:
   - coveralls