We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87ecf9f commit 20b0f4eCopy full SHA for 20b0f4e
ci/install.sh
@@ -28,12 +28,6 @@ function edit_init()
28
29
edit_init
30
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
-
37
python_major_version="${TRAVIS_PYTHON_VERSION:0:1}"
38
[ "$python_major_version" == "2" ] && python_major_version=""
39
0 commit comments