summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Peters <michael00peters@gmail.com>2014-09-18 14:55:03 -0400
committerMichael Peters <michael00peters@gmail.com>2014-09-18 14:55:03 -0400
commit7aa6639c139d29d7ef1a27288af62eb10c3a0042 (patch)
tree6232c9f1c12ff6319338c37f500ccba4bfc173a4
parent91ca8d42e77e5d4305145cbf5ccba711cf43cd41 (diff)
downloadansible-7aa6639c139d29d7ef1a27288af62eb10c3a0042.tar.gz
documenting extra packages that need to be installed to run the full integration tests
-rw-r--r--docsite/rst/developing_test_pr.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/docsite/rst/developing_test_pr.rst b/docsite/rst/developing_test_pr.rst
index 76153b3f36..b19bf06493 100644
--- a/docsite/rst/developing_test_pr.rst
+++ b/docsite/rst/developing_test_pr.rst
@@ -36,6 +36,13 @@ suites. You will need at least::
python-nosetests (sometimes named python-nose)
python-passlib
+If you want to run the full integration test suite you'll also need the following packages installed::
+
+ svn
+ hg
+ python-pip
+ gem
+
Second, if you haven't already, clone the Ansible source code from GitHub::
git clone https://github.com/ansible/ansible.git