mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 12:20:45 -03:30
More fiddling with jenkins requirements
This commit is contained in:
parent
888352270b
commit
adda5b90bd
4
Makefile
4
Makefile
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user