Skip to content

Commit

Permalink
add quiet option
Browse files Browse the repository at this point in the history
  • Loading branch information
relf committed Sep 30, 2018
1 parent 00080d2 commit f3d0707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ install:
- set PATH=%CONDA%;%CONDA%\Scripts;%PATH%
- conda config --set always_yes yes
- conda update conda
- conda install python=%PYTHON% numpy scipy=1.0.1 mkl==2018.0.2 sphinx pip Cython
- conda install python=%PYTHON% numpy scipy=1.0.1 mkl==2018.0.2 Cython sphinx pip --quiet
- pip install git+https://github.com/OpenMDAO/testflo.git
- pip install git+https://github.com/hwangjt/sphinx_auto_embed.git
- pip install -e .
Expand Down

0 comments on commit f3d0707

Please sign in to comment.