summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjpic <jamespic@gmail.com>2016-03-16 18:13:07 +0100
committerjpic <jamespic@gmail.com>2016-03-16 18:13:07 +0100
commit2da4f04269d2c6321ed6ef55dedb122ed87ef37e (patch)
tree98f06086d8c36b0048887ea9ed6ffae2e94e8f5f
parente254bf9617ef0549fc1963b601e80fd0ddc7e5ac (diff)
downloadansible-2da4f04269d2c6321ed6ef55dedb122ed87ef37e.tar.gz
Install coveralls, required by after_success
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index ff98c4c34a..83fd3673df 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,7 +27,7 @@ addons:
packages:
- python2.4
install:
- - pip install tox
+ - pip install tox coveralls
script:
- ./test/utils/run_tests.sh
after_success: