Skip to content

Commit

Permalink
edit to import eigency catch to try and catch attribute error on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
lacava committed Aug 3, 2018
1 parent 281cf23 commit 1bc2e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import importlib
try:
importlib.import_module('eigency')
except ImportError:
except (ImportError, AttributeError):
try:
import pip
pip.main(['install', 'eigency'])
Expand Down

0 comments on commit 1bc2e83

Please sign in to comment.