Cap kombu and celery
[mediagoblin.git] / runtests.sh
index ae020feac2d5995498a356db5410aabb08bd27d2..e25239612862b7bbcfb97b65a7dd47f68f5a2474 100755 (executable)
@@ -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 'pytest e.g. with pip install pytest'.  Exiting.";
+    echo "Please install pytest e.g. with 'pip install pytest'.  Exiting.";
     exit 1
 fi