Skip to content

Commit

Permalink
fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jreback committed May 5, 2017
1 parent 1309d2c commit 2b061dc
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions ci/install_travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ if [ "$BUILD_TEST" ]; then
echo ["Starting installation test."]
rm -rf dist
python setup.py clean
python setup.py build_ext --inplace
python setup.py sdist --formats=gztar
conda uninstall cython
pip install dist/*tar.gz || exit 1
Expand Down Expand Up @@ -162,15 +161,15 @@ if [ -e ${REQ} ]; then
time bash $REQ || exit 1
fi

# remove any installed pandas package
# w/o removing anything else
echo
echo "[removing installed pandas]"
conda remove pandas --force

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

# remove any installed pandas package
# w/o removing anything else
echo
echo "[removing installed pandas]"
conda remove pandas --force

# install our pandas
echo
echo "[running setup.py develop]"
Expand Down

0 comments on commit 2b061dc

Please sign in to comment.