Skip to content

Commit

Permalink
Add pip quiet arg
Browse files Browse the repository at this point in the history
  • Loading branch information
andfoy committed Aug 4, 2017
1 parent 5d62511 commit 200e1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Expand Up @@ -31,7 +31,7 @@ dependencies:
conda install -q ciocheck -c spyder-ide --no-update-deps &&
if [ "$CIRCLE_NODE_INDEX" = "2" ]; then pip install -q spyder pyqt5==5.8.0 tornado pexpect; else conda install -q -y spyder && conda install tornado pexpect; fi &&
if [ "$CIRCLE_NODE_INDEX" = "2" ]; then pip uninstall -q -y spyder; else conda remove -q -y spyder; fi &&
pip uninstall coveralls &&
pip uninstall -q -y coveralls &&
mkdir coveralls-source && cd coveralls-source &&
wget -q https://github.com/coveralls-clients/coveralls-python/archive/master.zip && unzip -q master.zip &&
cd coveralls-python-master && python setup.py install > /dev/null && cd ../../ &&
Expand Down

0 comments on commit 200e1d2

Please sign in to comment.