Skip to content
Snippets Groups Projects
Commit 270e42e5 authored by Ruben Verweij's avatar Ruben Verweij Committed by Lorenzo ZOLFANELLI
Browse files

Test importlib import on travis

parent ee87f14b
No related branches found
No related tags found
No related merge requests found
......@@ -10,4 +10,4 @@ import importlib.metadata as importlib_metadata
try:
__version__ = importlib_metadata.version(__name__)
except:
print('Unable to read version number')
raise ValueError('Unable to read version number')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment