summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshio Kuratomi <toshio@fedoraproject.org>2015-06-29 09:43:32 -0700
committerToshio Kuratomi <toshio@fedoraproject.org>2015-06-29 09:43:32 -0700
commit3e43dc11027f15c6859d4dc5f3677de42020c9fc (patch)
tree14831478467ca4aef4b6fd50af256624191dab07
parentae4f53f592edd4fab851bf839077873c0b55254a (diff)
downloadansible-modules-core-3e43dc11027f15c6859d4dc5f3677de42020c9fc.tar.gz
Can only install specific apt packages. use pip in the test script instead
-rw-r--r--.travis.yml6
-rwxr-xr-xtest-docs.sh2
2 files changed, 2 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 5e6c109b..9a65ec48 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,12 +9,6 @@ addons:
packages:
- python2.4
- python2.6
- - python-jinja2
- - python-yaml
- - python-pkg-resources
- - python-setuptools
- - python-six
- - python-pycrypto
script:
- python2.4 -m compileall -fq -x 'cloud/' .
- python2.4 -m compileall -fq cloud/amazon/_ec2_ami_search.py cloud/amazon/ec2_facts.py
diff --git a/test-docs.sh b/test-docs.sh
index 60d92212..28d71dd5 100755
--- a/test-docs.sh
+++ b/test-docs.sh
@@ -8,6 +8,8 @@ git submodule update --init
rm -rf "lib/ansible/modules/$MOD_REPO"
ln -s ../ "lib/ansible/modules/$MOD_REPO"
+pip install -U Jinja2 PyYAML setuptools six pycrypto
+
. ./hacking/env-setup
bin/ansible-doc -l
make -C docsite