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:
Mike Fährmann
2017-01-12 22:35:42 +01:00
parent 72d3ca0bf9
commit ad4b02508f
3 changed files with 9 additions and 4 deletions

View File

@@ -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