We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e758b7 commit 3d93c1dCopy full SHA for 3d93c1d
ci/install.sh
@@ -31,8 +31,10 @@ edit_init
31
python_major_version="${TRAVIS_PYTHON_VERSION:0:1}"
32
[ "$python_major_version" == "2" ] && python_major_version=""
33
34
-pip install -I -U setuptools
35
-pip install wheel
+# fix these versions
+pip install -I pip==1.5.1
36
+pip install -I setuptools==2.2
37
+pip install wheel==0.22
38
39
# comment this line to disable the fetching of wheel files
40
base_url=http://pandas.pydata.org/pandas-build/dev/wheels
0 commit comments