瀏覽代碼

Check for ^nose

Matthias Vogelgesang 10 年之前
父節點
當前提交
f5b21f8859
共有 1 個文件被更改,包括 1 次插入1 次删除
  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