Skip to content

Commit eefe71e

Browse files
committed
BLD: update appveyor script to use true/false
1 parent 9670b31 commit eefe71e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

appveyor.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,9 @@ install:
5959
- cmd: rmdir C:\cygwin /s /q
6060

6161
# install our build environment
62-
- cmd: conda config --set show_channel_urls yes --set always_yes yes --set changeps1 no
63-
- cmd: conda update -q conda
62+
- cmd: conda config --set show_channel_urls true --set always_yes true --set changeps1 false
63+
#- cmd: conda update -q conda
64+
- cmd: conda install conda==4.0.8
6465
- cmd: conda config --add channels http://conda.anaconda.org/pandas
6566
- cmd: conda config --set ssl_verify false
6667

0 commit comments

Comments
 (0)