Skip to content

Commit

Permalink
not running lint with unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielfalcao committed Jan 20, 2016
1 parent 354b6b7 commit 06d9ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ lint:
@echo "Checking code style ..."
@flake8 --show-source --ignore=F821,E901 httpretty

unit: prepare lint
unit: prepare
@echo "Running unit tests ..."
@nosetests --rednose -x --with-randomly --with-coverage --cover-package=httpretty -s tests/unit

Expand Down

0 comments on commit 06d9ccf

Please sign in to comment.