File tree 1 file changed +4
-6
lines changed
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -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
@@ -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
-
You can’t perform that action at this time.
0 commit comments