Browse Source

Check for ^nose

Matthias Vogelgesang 10 years ago
parent
commit
f5b21f8859
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/runtests.sh

+ 1 - 1
tests/runtests.sh

@@ -25,7 +25,7 @@ echo "* Activate virtualenv ..."
 source $CUR/venv/bin/activate
 
 # Install nose if not available
-pip freeze | grep nose > /dev/null
+pip freeze | grep "^nose" > /dev/null
 RC=$?
 
 if [ "$RC" -ne "0" ]; then