pygtksourceview: fix test (#13338)
This commit is contained in:
parent
fe4663b353
commit
c7095ac496
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@ class Pygtksourceview < Formula
|
|||
end
|
||||
|
||||
test do
|
||||
ENV.append_path "PYTHONPATH", lib+"python2.7/site-packages"
|
||||
ENV.append_path "PYTHONPATH", Formula["pygtk"].opt_lib+"python2.7/site-packages/gtk-2.0"
|
||||
system "python", "-c", "import gtksourceview2"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue