config.sh 63 Bytes
Newer Older
1
function run_tests {
mattip's avatar
mattip committed
2
    $PYTHON_EXE -c "import simplejson"
3
4
}