2015-03-10 19:38:37 -04:00
sudo : false
language : python
env :
2015-07-31 22:50:05 -07:00
- TOKENV=py24
2015-03-10 19:38:37 -04:00
- TOXENV=py26
- TOXENV=py27
2015-08-27 13:09:13 -07:00
- TOXENV=py34
2015-05-08 11:34:19 -05:00
addons :
apt :
sources :
- deadsnakes
2015-07-31 23:01:43 -04:00
packages :
- python2.4
2015-03-10 19:38:37 -04:00
install :
2015-06-29 08:30:00 -07:00
- pip install tox PyYAML Jinja2 sphinx
2015-03-10 19:38:37 -04:00
script :
2015-09-15 07:58:52 -07:00
# urllib2's defaults are not secure enough for us
- ./test/code-smell/replace-urlopen.sh .
2015-07-31 22:50:05 -07:00
- 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
2015-07-01 07:23:26 -07:00
#- make -C docsite all
2015-09-02 10:56:42 -07:00
- source ./hacking/env-setup && cd test/integration/ && make test_var_precedence
2015-03-10 19:38:37 -04:00
after_success :
- coveralls