Skip to content

Commit

Permalink
opencv@2: run "python2.7" in the test (#24649)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovezfs committed Feb 28, 2018
1 parent a9eed60 commit 3e9b8dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/opencv@2.rb
Expand Up @@ -92,6 +92,6 @@ def install

ENV["PYTHONPATH"] = lib/"python2.7/site-packages"
assert_match version.to_s,
shell_output("python -c 'import cv2; print(cv2.__version__)'")
shell_output("python2.7 -c 'import cv2; print(cv2.__version__)'")
end
end

0 comments on commit 3e9b8dd

Please sign in to comment.