File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
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,7 +84,9 @@ 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"
87
88
source activate pandas
89
+ echo " activating pandas env: done"
88
90
89
91
# set the compiler cache to work
90
92
if [ " $IRON_TOKEN " ]; then
@@ -106,6 +108,7 @@ if [ "$BUILD_TEST" ]; then
106
108
else
107
109
108
110
# build but don't install
111
+ echo " starting build"
109
112
time python setup.py build_ext --inplace || exit 1
110
113
111
114
# we may have run installations
You can’t perform that action at this time.
0 commit comments