Skip to content

Commit

Permalink
With Virtualenv 1.8.4, NumPy can be installed on Python 3.2 again
Browse files Browse the repository at this point in the history
But not on 3.3.
  • Loading branch information
michaelklishin committed Nov 26, 2012
1 parent afd9cc6 commit 9d73c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci_environment/python/recipes/multi.rb
Expand Up @@ -92,7 +92,7 @@
end
end

packages = if ["python3.1", "3.1", "python3.2", "3.2", "python3.3", "3.3", "pypy"].include?(py.to_s.downcase)
packages = if ["python3.3", "3.3", "pypy"].include?(py.to_s.downcase)
# some versions fail to install NumPy. MK.
node.python.pip.packages.reject { |p| p =~ /numpy/ }
else
Expand Down

0 comments on commit 9d73c6f

Please sign in to comment.