diff --git a/cookbooks/travis_build_environment/recipes/pip.rb b/cookbooks/travis_build_environment/recipes/pip.rb index 70c78c1a3..985d3addc 100644 --- a/cookbooks/travis_build_environment/recipes/pip.rb +++ b/cookbooks/travis_build_environment/recipes/pip.rb @@ -9,6 +9,8 @@ bash 'install-pip' do cwd Chef::Config[:file_cache_path] code <<-INSTALL_PIP + python3 get-pip.py + python2 get-pip.py python get-pip.py pip install --upgrade pip setuptools wheel INSTALL_PIP