config.sh 149 Bytes
Newer Older
mattip's avatar
mattip committed
1
2
3
set -ex
export PS4='+(${BASH_SOURCE}:${LINENO}): ${FUNCNAME[0]:+${FUNCNAME[0]}(): }'

4
function run_tests {
mattip's avatar
mattip committed
5
    $PYTHON_EXE -c "import simplejson"
6
7
}