From 7c1cba1c87725c41afd15652aaf72f2b70186e12 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Fri, 16 Mar 2012 12:34:57 -0400 Subject: [PATCH] Add PyYAML to the list of packages to be installed into the test environment. --- tools/pip-requires | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/pip-requires b/tools/pip-requires index 631245f0..b46e07a1 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -4,6 +4,7 @@ # Development netifaces termcolor +pyyaml # reading data files # Testing nose # for test discovery and console feedback