File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O mini
71
71
bash miniconda.sh -b -p $HOME /miniconda || exit 1
72
72
73
73
conda config --set always_yes yes --set changeps1 no || exit 1
74
- # conda update -q conda || exit 1
74
+ conda update -q conda || exit 1
75
75
conda config --add channels conda-forge || exit 1
76
76
conda config --add channels http://conda.binstar.org/pandas || exit 1
77
77
conda config --set ssl_verify false || exit 1
@@ -84,9 +84,7 @@ REQ="ci/requirements-${TRAVIS_PYTHON_VERSION}${JOB_TAG}.build"
84
84
time conda create -n pandas python=$TRAVIS_PYTHON_VERSION nose || exit 1
85
85
time conda install -n pandas --file=${REQ} || exit 1
86
86
87
- echo " activating pandas env: start"
88
87
source activate pandas
89
- echo " activating pandas env: done"
90
88
91
89
# set the compiler cache to work
92
90
if [ " $IRON_TOKEN " ]; then
@@ -108,7 +106,6 @@ if [ "$BUILD_TEST" ]; then
108
106
else
109
107
110
108
# build but don't install
111
- echo " starting build"
112
109
time python setup.py build_ext --inplace || exit 1
113
110
114
111
# we may have run installations
You can’t perform that action at this time.
0 commit comments