Files
d160455b77d7e180f252f4b412e3f65d7286b51f
80 lines
2.2 KiB
Bash
80 lines
2.2 KiB
Bash
echo " -f, --force Force a clean re-build of the virtual environment. Useful when dependencies have been added."
echo "Note: with no options specified, the script will try to run the tests in a virtual environment,"
fi
run_tests && pep8 --repeat --show-pep8 --show-source --exclude=vcsversion.py bin/* nova setup.py || exit 1