Add test for image variations

This commit is contained in:
2015-01-09 05:18:51 +11:00
parent b16801dd6c
commit 1379f375ee
2 changed files with 50 additions and 4 deletions

View File

@@ -20,7 +20,7 @@
import os
# gives problems with scripts that use stdout, for testing 'bam deps' for eg.
# VERBOSE = os.environ.get('BAM_VERBOSE', False)
VERBOSE = False # os.environ.get('BAM_VERBOSE', False)
TIMEIT = False