From 926762ebc53589e844d62072efb7af9498bf2801 Mon Sep 17 00:00:00 2001 From: Ian Lee Date: Sat, 7 Feb 2015 00:02:33 -0800 Subject: [PATCH] Add nose and mock to test reqs, needed by "make test". --- test-reqs.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test-reqs.txt b/test-reqs.txt index 454fc2235..05d860cda 100644 --- a/test-reqs.txt +++ b/test-reqs.txt @@ -1,3 +1,5 @@ +nose +mock six>=1.4 Jinja2>=2.3 Pygments>=2.0