Should fix Travis this time.

This commit is contained in:
Simon Conseil
2013-12-18 22:16:23 +01:00
parent 0baf632a01
commit e922e3bdb7

View File

@@ -17,7 +17,7 @@ def make_gallery(**kwargs):
settings = read_settings(default_conf)
settings['source'] = SAMPLE_SOURCE
settings.update(kwargs)
return Gallery(settings)
return Gallery(settings, ncpu=1)
def test_zipped_correctly(tmpdir):