Skip to content

Commit

Permalink
MAINT: test with manylinux numpy/scipy pre-release (pandas-dev#15702)
Browse files Browse the repository at this point in the history
Numpy switching to daily manylinux wheels of trunk, instead of building
wheels specific to Ubuntu 12.04 for every commit.  Use these new wheels
for numpy pre-release testing.
  • Loading branch information
matthew-brett authored and mattip committed Mar 30, 2017
1 parent 8987940 commit 6b6e4a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
10 changes: 0 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,6 @@ matrix:
- PANDAS_TESTING_MODE="deprecate"
- CACHE_NAME="35_numpy_dev"
- USE_CACHE=true
addons:
apt:
packages:
- libatlas-base-dev
- gfortran
# In allow_failures
- python: 3.5
env:
Expand Down Expand Up @@ -167,11 +162,6 @@ matrix:
- PANDAS_TESTING_MODE="deprecate"
- CACHE_NAME="35_numpy_dev"
- USE_CACHE=true
addons:
apt:
packages:
- libatlas-base-dev
- gfortran
- python: 3.5
env:
- PYTHON_VERSION=3.5
Expand Down
3 changes: 2 additions & 1 deletion ci/requirements-3.5_NUMPY_DEV.build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ echo "install numpy master wheel"
pip uninstall numpy -y

# install numpy wheel from master
pip install --pre --upgrade --no-index --timeout=60 --trusted-host travis-dev-wheels.scipy.org -f http://travis-dev-wheels.scipy.org/ numpy
PRE_WHEELS="https://7933911d6844c6c53a7d-47bd50c35cd79bd838daf386af554a83.ssl.cf2.rackcdn.com"
pip install --pre --upgrade --timeout=60 -f $PRE_WHEELS numpy scipy

true

0 comments on commit 6b6e4a1

Please sign in to comment.