Adding quiet flag to local setup to prevent too much garbage output in Travis
This commit is contained in:
parent
014c540b44
commit
887e9dc507
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue