More fiddling with jenkins requirements

This commit is contained in:
James Laska 2014-10-02 14:19:18 -04:00
parent 888352270b
commit adda5b90bd
2 changed files with 4 additions and 2 deletions

View File

@ -89,10 +89,12 @@ requirements_pypi:
requirements_jenkins: requirements
@if [ "$(VIRTUAL_ENV)" ]; then \
(cd requirements && pip install -U -r jenkins.txt); \
(cd requirements && pip install -U pycrypto); \
(cd requirements && pip install -U pyflakes pep8 pylint); \
(cd requirements && pip install -U pycrypto ); \
$(PYTHON) fix_virtualenv_setuptools.py; \
else \
(cd requirements && sudo pip install -r jenkins.txt); \
(cd requirements && sudo pip install -U pyflakes pep8 pylint); \
(cd requirements && sudo pip install -U pycrypto); \
fi
npm install -g csslint jshint

View File

@ -2,7 +2,6 @@
# Install using "pip --no-index -r jenkins.txt".
django-jenkins
python-ldap
ansible
coverage
pyzmq
@ -10,3 +9,4 @@ python-memcached
pyflakes
pep8
pylint
python-ldap