~jcsackett/charmworld/bac-tag-constraints

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Aaron Bentley
  • Date: 2013-07-18 13:35:36 UTC
  • mto: This revision was merged to the branch mainline in revision 317.
  • Revision ID: aaron@canonical.com-20130718133536-60yraqvpynrudl0c
Move logging filters to nose config.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
CACHE := download-cache/dist
6
6
CSS_PATH := charmworld/static/css
7
7
LESSC := node_modules/less/bin/lessc
8
 
NOSE := INI="test.ini" bin/nosetests --logging-filter=-pyelasticsearch,-requests.packages.urllib3.connectionpool
 
8
NOSE := INI="test.ini" bin/nosetests
9
9
PSERVE := bin/pserve
10
10
SYSTEM_DEPS := \
11
11
        build-essential bzr charm-tools libyaml-dev python-dev python-virtualenv\