@@ -18,19 +18,19 @@ environment:
18
18
19
19
matrix :
20
20
21
- - CONDA_ROOT : " C:\\ Miniconda3.5_64 "
21
+ - CONDA_ROOT : " C:\\ Miniconda3_64 "
22
22
PYTHON_VERSION : " 3.6"
23
23
PYTHON_ARCH : " 64"
24
24
CONDA_PY : " 36"
25
25
CONDA_NPY : " 111"
26
26
27
- - CONDA_ROOT : " C:\\ Miniconda3.5_64 "
27
+ - CONDA_ROOT : " C:\\ Miniconda3_64 "
28
28
PYTHON_VERSION : " 2.7"
29
29
PYTHON_ARCH : " 64"
30
30
CONDA_PY : " 27"
31
31
CONDA_NPY : " 110"
32
32
33
- - CONDA_ROOT : " C:\\ Miniconda3.5_64 "
33
+ - CONDA_ROOT : " C:\\ Miniconda3_64 "
34
34
PYTHON_VERSION : " 3.5"
35
35
PYTHON_ARCH : " 64"
36
36
CONDA_PY : " 35"
@@ -66,8 +66,7 @@ install:
66
66
67
67
# install our build environment
68
68
- 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
71
70
- cmd : conda config --set ssl_verify false
72
71
73
72
# add the pandas channel *before* defaults to have defaults take priority
@@ -83,7 +82,7 @@ install:
83
82
- cmd : ' %CMD_IN_ENV% conda build ci\appveyor.recipe -q'
84
83
85
84
# 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
87
86
- cmd : activate pandas
88
87
- SET REQ=ci\requirements-%PYTHON_VERSION%-%PYTHON_ARCH%.run
89
88
- cmd : echo "installing requirements from %REQ%"
@@ -98,4 +97,3 @@ test_script:
98
97
- cmd : conda list
99
98
- cmd : cd \
100
99
- cmd : python -c "import pandas; pandas.test(['--skip-slow', '--skip-network'])"
101
-
0 commit comments