Skip to content

Commit 08491d1

Browse files
committed
Merge pull request #6567 from jreback/versions3
BLD: change wheel url to pandas.pydata.org
2 parents 1bab0a2 + 4cb0165 commit 08491d1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ci/install.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ pip install -I -U setuptools
3535
pip install wheel
3636

3737
# comment this line to disable the fetching of wheel files
38-
base_url=http://cache27diy-cpycloud.rhcloud.com
38+
base_url=http://pandas.pydata.org/pandas-build/dev/wheels
39+
3940
wheel_box=${TRAVIS_PYTHON_VERSION}${JOB_TAG}
4041
PIP_ARGS+=" -I --use-wheel --find-links=$base_url/$wheel_box/ --allow-external --allow-insecure"
4142

ci/requirements-2.7.txt

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ xlrd==0.9.2
1313
patsy==0.1.0
1414
html5lib==1.0b2
1515
lxml==3.2.1
16-
scikits.timeseries==0.91.3
1716
scipy==0.10.0
1817
beautifulsoup4==4.2.1
1918
statsmodels==0.5.0
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
python-dateutil
2-
pytz==2013b
2+
pytz
33
cython==0.19.1

0 commit comments

Comments
 (0)