Browse Source

Should fix Travis this time.

pull/70/merge
Simon Conseil 12 years ago
parent
commit
e922e3bdb7
  1. 2
      tests/test_zip.py

2
tests/test_zip.py

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

Loading…
Cancel
Save