Add pyflakes to Jekins slaves

In preperation for openstack-ci-puppet repo testing

Change-Id: I76ad015ea22f4a5a77817828740c26557dacb8d2
This commit is contained in:
Andrew Hutchings 2012-05-25 15:35:42 +01:00
parent aae2f80fdd
commit 89efea8b54

View File

@ -73,7 +73,8 @@ class jenkins_slave($ssh_key, $sudo = false, $bare = false) {
"swig",
"unzip",
"vlan",
"wget"]
"wget",
"pyflakes"]
if ($bare == false) {
$packages = [$common_packages, $standard_packages]