pyqwt: set PYTHONPATH in test.

master
Mike McQuaid 2014-05-15 11:00:19 +01:00
parent b452072c22
commit bf070a5b74
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ class Pyqwt < Formula
end
test do
ENV["PYTHONPATH"] = lib+"python2.7/site-packages"
system "python", "-c", "from PyQt4 import Qwt5 as Qwt"
end
end