Skip to content

Instantly share code, notes, and snippets.

@adiroiban
Created January 2, 2015 12:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adiroiban/ae1dd671db5bfe72e956 to your computer and use it in GitHub Desktop.
Save adiroiban/ae1dd671db5bfe72e956 to your computer and use it in GitHub Desktop.
diff --git a/python-modules/chevah-python-test/test_python_binary_dist.py b/python-modules/chevah-python-test/test_python_binary_dist.py
index 58c2fe5..8de6e31 100644
--- a/python-modules/chevah-python-test/test_python_binary_dist.py
+++ b/python-modules/chevah-python-test/test_python_binary_dist.py
@@ -72,6 +72,14 @@ except:
print '"ctypes.utils - find_library" missing.'
exit_code = 1
+try:
+ import gmpy
+ install()
+except:
+ print 'gmpy missing'
+ exit_code = 1
+
+
# Windows specific modules.
if os.name == 'nt':
try:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment