Skip to content

Commit 986af0b

Browse files
committed
CI: Drop defunct rackspace wheelhouse
1 parent ae9b295 commit 986af0b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,8 @@ env:
1616
- DEPENDS="numpy scipy matplotlib h5py pillow pydicom indexed_gzip"
1717
- INSTALL_TYPE="setup"
1818
- CHECK_TYPE="test"
19-
- EXTRA_WHEELS="https://3f23b170c54c2533c070-1c8a9b3114517dc5fe17b7c3f8c63a43.ssl.cf2.rackcdn.com"
2019
- NIGHTLY_WHEELS="https://pypi.anaconda.org/scipy-wheels-nightly/simple"
21-
- EXTRA_PIP_FLAGS="--find-links=$EXTRA_WHEELS"
22-
- PRE_PIP_FLAGS="--pre $EXTRA_PIP_FLAGS --extra-index-url $NIGHTLY_WHEELS"
20+
- PRE_PIP_FLAGS="--pre --extra-index-url $NIGHTLY_WHEELS"
2321

2422
python:
2523
- 3.7

0 commit comments

Comments
 (0)