pypy3: add test
This commit is contained in:
parent
d1bb1c85dd
commit
c00ea5d6e9
1 changed files with 5 additions and 0 deletions
|
@ -130,4 +130,9 @@ class Pypy3 < Formula
|
||||||
def distutils
|
def distutils
|
||||||
libexec+"lib-python/3/distutils"
|
libexec+"lib-python/3/distutils"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
test do
|
||||||
|
system bin/"pypy3", "-c", "print('Hello, world!')"
|
||||||
|
system scripts_folder/"pip", "list"
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue