not running lint with unit tests

This commit is contained in:
Gabriel Falcão 2016-01-20 10:12:51 -05:00
parent 354b6b7de9
commit 06d9ccfbec
1 changed files with 1 additions and 1 deletions

View File

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