Add requirements/jenkins.txt

Moves custom test requirements out of jenkins and into the repository.
This commit is contained in:
James Laska
2014-09-10 15:25:29 -04:00
parent 9119b40966
commit 8a247ae2c4
2 changed files with 24 additions and 0 deletions

11
requirements/jenkins.txt Normal file
View File

@@ -0,0 +1,11 @@
# PIP requirements for running Tower unittests in jenkins.
# Install using "pip --no-index -r jenkins.txt".
python-ldap
ansible
coverage
pyzmq
python-memcached
pyflakes
pep8
pylint