Skip to content

Commit 6855a7b

Browse files
committed
BLD: use latest conda version with latest miniconda installer on appveyor
1 parent 86ef3ca commit 6855a7b

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

appveyor.yml

+5-7
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@ environment:
1818

1919
matrix:
2020

21-
- CONDA_ROOT: "C:\\Miniconda3.5_64"
21+
- CONDA_ROOT: "C:\\Miniconda3_64"
2222
PYTHON_VERSION: "3.6"
2323
PYTHON_ARCH: "64"
2424
CONDA_PY: "36"
2525
CONDA_NPY: "111"
2626

27-
- CONDA_ROOT: "C:\\Miniconda3.5_64"
27+
- CONDA_ROOT: "C:\\Miniconda3_64"
2828
PYTHON_VERSION: "2.7"
2929
PYTHON_ARCH: "64"
3030
CONDA_PY: "27"
3131
CONDA_NPY: "110"
3232

33-
- CONDA_ROOT: "C:\\Miniconda3.5_64"
33+
- CONDA_ROOT: "C:\\Miniconda3_64"
3434
PYTHON_VERSION: "3.5"
3535
PYTHON_ARCH: "64"
3636
CONDA_PY: "35"
@@ -66,8 +66,7 @@ install:
6666

6767
# install our build environment
6868
- cmd: conda config --set show_channel_urls true --set always_yes true --set changeps1 false
69-
#- cmd: conda update -q conda
70-
- cmd: conda install conda=4.2.15
69+
- cmd: conda update -q conda
7170
- cmd: conda config --set ssl_verify false
7271

7372
# add the pandas channel *before* defaults to have defaults take priority
@@ -83,7 +82,7 @@ install:
8382
- cmd: '%CMD_IN_ENV% conda build ci\appveyor.recipe -q'
8483

8584
# create our env
86-
- cmd: conda create -q -n pandas python=%PYTHON_VERSION% nose pytest
85+
- cmd: conda create -q -n pandas python=%PYTHON_VERSION% pytest
8786
- cmd: activate pandas
8887
- SET REQ=ci\requirements-%PYTHON_VERSION%-%PYTHON_ARCH%.run
8988
- cmd: echo "installing requirements from %REQ%"
@@ -98,4 +97,3 @@ test_script:
9897
- cmd: conda list
9998
- cmd: cd \
10099
- cmd: python -c "import pandas; pandas.test(['--skip-slow', '--skip-network'])"
101-

0 commit comments

Comments
 (0)