Skip to content

Commit 3d93c1d

Browse files
committed
BLD: fix versions of setuptools/pip/wheel to be stable and know to work
1 parent 6e758b7 commit 3d93c1d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ci/install.sh

+4-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,10 @@ edit_init
3131
python_major_version="${TRAVIS_PYTHON_VERSION:0:1}"
3232
[ "$python_major_version" == "2" ] && python_major_version=""
3333

34-
pip install -I -U setuptools
35-
pip install wheel
34+
# fix these versions
35+
pip install -I pip==1.5.1
36+
pip install -I setuptools==2.2
37+
pip install wheel==0.22
3638

3739
# comment this line to disable the fetching of wheel files
3840
base_url=http://pandas.pydata.org/pandas-build/dev/wheels

0 commit comments

Comments
 (0)