using rednose

This commit is contained in:
Gabriel Falcão
2015-02-11 23:26:34 -05:00
parent bcb38a4716
commit ddd09621e8
2 changed files with 2 additions and 1 deletions

View File

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

View File

@@ -7,3 +7,4 @@ misaka==1.0.2
nose==1.1.2
sure==1.1.7
tox==1.4.2
rednose