mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-21 20:50:07 +00:00
fix travis
This commit is contained in:
parent
ce01364e7c
commit
e03bf6ec90
@ -112,7 +112,7 @@ if __name__ == '__main__':
|
||||
except:
|
||||
pass
|
||||
else:
|
||||
suites.append(loader.loadTestsFromModule(sys.modules[module_name]))
|
||||
suites.append(loader.loadTestsFromModule(module))
|
||||
|
||||
if len(suites) == 0:
|
||||
print >>sys.stderr, 'No test found'
|
||||
|
Loading…
Reference in New Issue
Block a user