Skip to content

Commit 44d3b71

Browse files
committed
add quiet option to appveyor build
1 parent 6600dd6 commit 44d3b71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ install:
2727
- "python -c \"import struct; print(struct.calcsize('P') * 8)\""
2828

2929
# install depenencies
30-
- "conda create -n test_env --yes python=%PYTHON_VERSION% pip numpy scipy=0.16.0 pandas nose pytz ephem numba"
30+
- "conda create -n test_env --yes --quiet python=%PYTHON_VERSION% pip numpy scipy=0.16.0 pandas nose pytz ephem numba"
3131
- "activate test_env"
3232
- "conda list"
3333

0 commit comments

Comments
 (0)