Skip to content

Commit 20b0f4e

Browse files
author
y-p
committed
BLD: pip wheel support is stable, travis can use the provided version
1 parent 87ecf9f commit 20b0f4e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

ci/install.sh

-6
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

0 commit comments

Comments
 (0)