trying to understand travis-ci unit test failures
- added some debug output via logging module - unit tests work on my machine (tm)
This commit is contained in:
@@ -55,7 +55,7 @@ if __name__ == '__main__' and len(sys.argv) > 1:
|
||||
]
|
||||
del sys.argv[1:]
|
||||
|
||||
skip = ["kissmanga"]
|
||||
skip = []
|
||||
for extr in extractors:
|
||||
if extr.category in skip:
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user