Skip to content

Commit 2b061dc

Browse files
committed
fix travis
1 parent 1309d2c commit 2b061dc

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

ci/install_travis.sh

+6-7
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ if [ "$BUILD_TEST" ]; then
125125
echo ["Starting installation test."]
126126
rm -rf dist
127127
python setup.py clean
128-
python setup.py build_ext --inplace
129128
python setup.py sdist --formats=gztar
130129
conda uninstall cython
131130
pip install dist/*tar.gz || exit 1
@@ -162,15 +161,15 @@ if [ -e ${REQ} ]; then
162161
time bash $REQ || exit 1
163162
fi
164163

165-
# remove any installed pandas package
166-
# w/o removing anything else
167-
echo
168-
echo "[removing installed pandas]"
169-
conda remove pandas --force
170-
171164
# finish install if we are not doing a build-test
172165
if [ -z "$BUILD_TEST" ]; then
173166

167+
# remove any installed pandas package
168+
# w/o removing anything else
169+
echo
170+
echo "[removing installed pandas]"
171+
conda remove pandas --force
172+
174173
# install our pandas
175174
echo
176175
echo "[running setup.py develop]"

0 commit comments

Comments
 (0)