diff --git a/tests/test_comics.py b/tests/test_comics.py index f3b5fb72c..087ae66a8 100644 --- a/tests/test_comics.py +++ b/tests/test_comics.py @@ -148,7 +148,7 @@ def generate_comic_testers(): else: # Get limited number of scraper tests on Travis builds to make # it faster - testscrapernames = ['GoComics/CalvinandHobbes'] + testscrapernames = ['AbstruseGoose', 'xkcd'] scraperclasses = [ scraperclass for scraperclass in scraper.get_scraperclasses() if scraperclass.getName() in testscrapernames