We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6600dd6 commit 44d3b71Copy full SHA for 44d3b71
appveyor.yml
@@ -27,7 +27,7 @@ install:
27
- "python -c \"import struct; print(struct.calcsize('P') * 8)\""
28
29
# install depenencies
30
- - "conda create -n test_env --yes python=%PYTHON_VERSION% pip numpy scipy=0.16.0 pandas nose pytz ephem numba"
+ - "conda create -n test_env --yes --quiet python=%PYTHON_VERSION% pip numpy scipy=0.16.0 pandas nose pytz ephem numba"
31
- "activate test_env"
32
- "conda list"
33
0 commit comments