Skip to content

Commit

Permalink
pyqwt: set PYTHONPATH in test.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed May 15, 2014
1 parent b452072 commit bf070a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Formula/pyqwt.rb
Expand Up @@ -28,6 +28,7 @@ def install
end

test do
ENV["PYTHONPATH"] = lib+"python2.7/site-packages"
system "python", "-c", "from PyQt4 import Qwt5 as Qwt"
end
end
Expand Down

0 comments on commit bf070a5

Please sign in to comment.