mirror of
https://github.com/ansible/awx.git
synced 2026-02-14 17:50:02 -03:30
Updates to setup/requirements, add Makefile target for running tests with coverage.
This commit is contained in:
@@ -28,7 +28,11 @@
|
||||
- python-devel # only because pexpect comes from pip
|
||||
- python-lxml # xml for ?format=xml instead of json (optional)
|
||||
|
||||
- name: install python modules from pip
|
||||
# python-setuptools package is old (0.6.10, ~2009) vs. latest distribute (0.6.40)
|
||||
- name: install latest distribute from pypi
|
||||
pip: name=distribute state=latest
|
||||
|
||||
- name: install python modules via pip
|
||||
pip: requirements=${working_dir}/requirements.txt
|
||||
|
||||
- name: configure the database authentication more or less open for setup
|
||||
|
||||
@@ -1,21 +1,7 @@
|
||||
# Local Django settings for Ansible Commander project.
|
||||
|
||||
# Copyright (c) 2013 AnsibleWorks, Inc.
|
||||
#
|
||||
# This file is part of Ansible Commander.
|
||||
#
|
||||
# Ansible Commander is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation, version 3 of the License.
|
||||
#
|
||||
# Ansible Commander is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with Ansible Commander. If not, see <http://www.gnu.org/licenses/>.
|
||||
# All Rights Reserved.
|
||||
|
||||
# Local Django settings for AnsibleWorks project.
|
||||
|
||||
from development import *
|
||||
|
||||
|
||||
Reference in New Issue
Block a user