minor tweak to required modules for running tests

This commit is contained in:
Michael Peters 2014-09-18 14:32:53 -04:00
parent 02e800a4ee
commit 9c590b30b2

View file

@ -33,7 +33,8 @@ First, you will need to configure your testing environment with the neccessary t
suites. You will need at least::
git
python-nosetests
python-nosetests (sometimes named python-nose)
python-passlib
Second, if you haven't already, clone the Ansible source code from GitHub::