~ubuntuone-pqm-team/requestsplus/trunk

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Tarmac
  • Author(s): James Westby
  • Date: 2014-10-24 15:42:38 UTC
  • mfrom: (9.1.4 fix-maybe-timeline)
  • Revision ID: tarmac-20141024154238-xcbmnll69l6d8qhw
[r=ricardokirkner] Fix maybe_timeline for the case where the factory returns None.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
        $(BIN)/pyflakes requestsplus
17
17
        $(BIN)/pep8 requestsplus
18
18
 
19
 
.PHONY: deps test
 
19
check: lint test
 
20
 
 
21
.PHONY: deps test lint check