Adding quiet flag to local setup to prevent too much garbage output in Travis

This commit is contained in:
Ben Vanik 2012-11-08 22:23:11 -08:00
parent 014c540b44
commit 887e9dc507
1 changed files with 2 additions and 1 deletions

View File

@ -31,4 +31,5 @@ virtualenv $DIR/local_virtualenv
# Install there. # Install there.
source $DIR/local_virtualenv/bin/activate source $DIR/local_virtualenv/bin/activate
cd $DIR cd $DIR
python setup.py develop echo "running setup.py develop, this may take a moment..."
python setup.py --quiet develop