# -*- python -*-
import os

from lsst.sconsUtils import env, scripts

env['ENV']['DUSTMAPS_CONFIG_FNAME'] = os.environ['DUSTMAPS_CONFIG_FNAME']

scripts.BasicSConscript.tests(pyList=[])
