Skip to content

Commit 544b639

Browse files
committed
moar install
1 parent 881f759 commit 544b639

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ci/install_travis.sh

+5-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ if [ -e ${REQ} ]; then
162162
time bash $REQ || exit 1
163163
fi
164164

165-
# finish install if we are not doing a build-testk
165+
# finish install if we are not doing a build-test
166166
if [ -z "$BUILD_TEST" ]; then
167167

168168
# remove any installed pandas package
@@ -178,6 +178,10 @@ if [ -z "$BUILD_TEST" ]; then
178178

179179
fi
180180

181+
echo
182+
echo "[show pandas]"
183+
conda list pandas
184+
181185
echo
182186
echo "[done]"
183187
exit 0

0 commit comments

Comments
 (0)