Skip to content

Commit 4dd4e22

Browse files
author
y-p
committed
Merge pull request #5966 from y-p/PR_travis_cython_check
Pr travis cython check
2 parents 99910a3 + 20b0f4e commit 4dd4e22

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

ci/install.sh

+3-7
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,6 @@ function edit_init()
2828

2929
edit_init
3030

31-
# Install Dependencies
32-
# as of pip 1.4rc2, wheel files are still being broken regularly, this is a
33-
# known good commit. should revert to pypi when a final release is out
34-
pip_commit=42102e9deaea99db08b681d06906c2945f6f95e2
35-
pip install -I git+https://github.com/pypa/pip@$pip_commit#egg=pip
36-
3731
python_major_version="${TRAVIS_PYTHON_VERSION:0:1}"
3832
[ "$python_major_version" == "2" ] && python_major_version=""
3933

@@ -96,6 +90,8 @@ fi
9690

9791

9892
# build and install pandas
99-
time python setup.py build_ext install
93+
time python setup.py sdist
94+
pip uninstall cython -y
95+
time pip install $(find dist | grep gz | head -n 1)
10096

10197
true

0 commit comments

Comments
 (0)