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