From 4a5c94f4101ef26ee48aa578dd44506f8c948f79 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 26 Feb 2012 10:22:47 -0500 Subject: [PATCH] rudolf the red-nosed reindeer --- Makefile | 2 +- requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 037cde2..1a3f8d3 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ init: pip install -r requirements.txt test: - nosetests --with-color ./tests/* + nosetests ./tests/* lazy: nosetests tests/test_requests.py diff --git a/requirements.txt b/requirements.txt index f3c7e8e..0b725ca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,2 @@ nose +rudolf2 -- 2.7.4