Skip to content

Commit

Permalink
need to use --insecure when installing the sslfix
Browse files Browse the repository at this point in the history
  • Loading branch information
joshk committed Mar 10, 2013
1 parent c73fbf0 commit 6bca8b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci_environment/python/recipes/multi.rb
Expand Up @@ -109,7 +109,7 @@
cwd node.travis_build_environment.home
code <<-EOH
sudo apt-get install libbluetooth-dev
#{installation_root}/#{py}/bin/pip install --quiet sslfix --use-mirrors
#{installation_root}/#{py}/bin/pip install --quiet sslfix --use-mirrors --insecure
EOH

environment({ "VIRTUAL_ENV_DISABLE_PROMPT" => "true" })
Expand All @@ -129,7 +129,7 @@
cwd node.travis_build_environment.home
code <<-EOH
sudo apt-get install libbluetooth-dev
#{installation_root}/#{py}_with_system_site_packages/bin/pip install --quiet sslfix --use-mirrors
#{installation_root}/#{py}_with_system_site_packages/bin/pip install --quiet sslfix --use-mirrors --insecure
EOH

environment({ "VIRTUAL_ENV_DISABLE_PROMPT" => "true" })
Expand Down

0 comments on commit 6bca8b6

Please sign in to comment.