runtests.sh was asking to install nose instead of pytest
This commit is contained in:
parent
4285fc67b3
commit
1dc126cbb0
@ -34,7 +34,7 @@ elif which py.test > /dev/null; then
|
||||
export PYTEST="py.test";
|
||||
else
|
||||
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
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user