runtests.sh was asking to install nose instead of pytest

This commit is contained in:
Amirouche Boubekki 2013-08-08 20:51:20 +02:00 committed by Christopher Allan Webber
parent 4285fc67b3
commit 1dc126cbb0

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 'nose'. Exiting."; echo "Please install 'pytest e.g. with pip install pytest'. Exiting.";
exit 1 exit 1
fi fi