Updates to setup/requirements, add Makefile target for running tests with coverage.

This commit is contained in:
Chris Church
2013-05-21 19:08:46 -04:00
parent aeac739735
commit 9478d8d532
6 changed files with 72 additions and 32 deletions

View File

@@ -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