genometools: fix test

This commit is contained in:
Dominyk Tiller 2018-03-08 00:56:33 +00:00 committed by ilovezfs
parent a283fe6988
commit a210f95539

View file

@ -34,6 +34,6 @@ class Genometools < Formula
test do
system "#{bin}/gt", "-test"
system "python", "-c", "import gt"
system "python2.7", "-c", "import gt"
end
end