Commit 3945a5341c46091fb29e982aeb9b6c754959c0fc
1 parent
413d098a
Exists in
master
and in
36 other branches
ci: install virtualenv
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
cookbooks/ci/recipes/spb.rb
@@ -11,6 +11,7 @@ package 'virtualbox' | @@ -11,6 +11,7 @@ package 'virtualbox' | ||
11 | package 'vagrant' | 11 | package 'vagrant' |
12 | package 'rake' | 12 | package 'rake' |
13 | package 'shunit2' | 13 | package 'shunit2' |
14 | +package 'python-virtualenv' # for building colab-deps | ||
14 | 15 | ||
15 | # FIXME not in the archive yet | 16 | # FIXME not in the archive yet |
16 | # package 'chake' | 17 | # package 'chake' |