summaryrefslogtreecommitdiff
path: root/ansible/roles/python-dev-env
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-06-19 11:54:10 +0300
committerLars Wirzenius <liw@liw.fi>2016-06-19 11:54:10 +0300
commit8ddc4914869166f39e9554b4c473d9919f5be942 (patch)
tree680fc75de477b5bbe1ef7f109a61cc42312a1221 /ansible/roles/python-dev-env
parent59fe25035aa43d3e9993b6959e4c703f395064ee (diff)
downloadansibleness-8ddc4914869166f39e9554b4c473d9919f5be942.tar.gz
Move coverate-test-runner into python-dev-env
Diffstat (limited to 'ansible/roles/python-dev-env')
-rw-r--r--ansible/roles/python-dev-env/tasks/main.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/ansible/roles/python-dev-env/tasks/main.yml b/ansible/roles/python-dev-env/tasks/main.yml
index f8098aa..1ee13e7 100644
--- a/ansible/roles/python-dev-env/tasks/main.yml
+++ b/ansible/roles/python-dev-env/tasks/main.yml
@@ -39,3 +39,6 @@
- name: install python-jinja2-doc
apt: name=python-jinja2-doc
+
+- name: install python-coverage-test-runner
+ apt: name=python-coverage-test-runner