Skip to content

Commit 87ecf9f

Browse files
author
y-p
committed
BLD: travis ensures tarball can be installed without cython
1 parent 99910a3 commit 87ecf9f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci/install.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ fi
9696

9797

9898
# build and install pandas
99-
time python setup.py build_ext install
99+
time python setup.py sdist
100+
pip uninstall cython -y
101+
time pip install $(find dist | grep gz | head -n 1)
100102

101103
true

0 commit comments

Comments
 (0)