#!/bin/sh

test_dir="$ADTTMP"
if [ -z "$test_dir" ] ; then
    test_dir=/tmp
fi
cd "$test_dir"

exec nosetests astroML
