Commit 3945a5341c46091fb29e982aeb9b6c754959c0fc

Authored by Antonio Terceiro
1 parent 413d098a

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 11 package 'vagrant'
12 12 package 'rake'
13 13 package 'shunit2'
  14 +package 'python-virtualenv' # for building colab-deps
14 15  
15 16 # FIXME not in the archive yet
16 17 # package 'chake'
... ...