Skip to content

Commit

Permalink
moar install
Browse files Browse the repository at this point in the history
  • Loading branch information
jreback committed May 5, 2017
1 parent 881f759 commit 544b639
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ci/install_travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ if [ -e ${REQ} ]; then
time bash $REQ || exit 1
fi

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

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

fi

echo
echo "[show pandas]"
conda list pandas

echo
echo "[done]"
exit 0

0 comments on commit 544b639

Please sign in to comment.