Moving the quotation.

This commit sponsored by Max Lupo.  Thanks Max!
This commit is contained in:
Christopher Allan Webber 2014-07-10 10:32:49 -05:00
parent 1dc126cbb0
commit 2cd33c483c

View File

@ -34,7 +34,7 @@ elif which py.test > /dev/null; then
export PYTEST="py.test"; export PYTEST="py.test";
else else
echo "py.test not found. X_X"; echo "py.test not found. X_X";
echo "Please install 'pytest e.g. with pip install pytest'. Exiting."; echo "Please install pytest e.g. with 'pip install pytest'. Exiting.";
exit 1 exit 1
fi fi