diff --git a/Makefile b/Makefile index edbd67d..2efe84e 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ test: clean unit functional integration unit: @echo "Running unit tests" - @nosetests --verbosity=2 -s tests/unit + @nosetests --rednose --verbosity=2 -s tests/unit functional: @python steadymark/__init__.py diff --git a/requirements.txt b/requirements.txt index 6bf9986..f731f51 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,3 +7,4 @@ misaka==1.0.2 nose==1.1.2 sure==1.1.7 tox==1.4.2 +rednose \ No newline at end of file