Add PyYAML to the list of packages to be installed into the test environment.

This commit is contained in:
Doug Hellmann 2012-03-16 12:34:57 -04:00
parent 51254e64d1
commit 7c1cba1c87

View File

@ -4,6 +4,7 @@
# Development
netifaces
termcolor
pyyaml # reading data files
# Testing
nose # for test discovery and console feedback