mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
71a1547c3a
flake8 fixes Fix and add awx/api/tests added fact tests added proper xml reports for jenkins added jenkins requirements and adjusted Makefile target
16 lines
311 B
Plaintext
16 lines
311 B
Plaintext
-r requirements.txt
|
|
ansible==1.9.4
|
|
# Based on django-jenkins==0.16.3, with a fix for properly importing coverage
|
|
git+https://github.com/jlaska/django-jenkins.git@release_0.16.4#egg=django-jenkins
|
|
coverage
|
|
pyflakes
|
|
pep8
|
|
pylint
|
|
flake8
|
|
distribute==0.7.3
|
|
unittest2
|
|
pytest
|
|
pytest-cov
|
|
pytest-django
|
|
pytest-pythonpath
|