sintonia/travis/python.sh
2017-03-04 16:40:23 +01:00

14 lines
294 B
Bash
Executable file

#!/bin/bash
set -xe
[[ "$PYTHON" == false ]] && exit 0
pushd python_apps/airtime_analyzer
nosetests -a '!rgain'
echo "replaygain tests where skipped due to not having a reliable replaygain install on travis."
popd
echo "Building docs..."
mkdocs build --clean -q > /dev/null
echo -n "done"