Skip to content

Commit efc44ae

Browse files
committed
CI: Restore old wheel repository
1 parent 3e2c068 commit efc44ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ env:
1515
- DEPENDS="numpy scipy matplotlib h5py pillow pydicom indexed_gzip"
1616
- INSTALL_TYPE="setup"
1717
- CHECK_TYPE="test"
18+
- OLD_WHEELS="https://5cf40426d9f06eb7461d-6fe47d9331aba7cd62fc36c7196769e4.ssl.cf2.rackcdn.com"
1819
- EXTRA_WHEELS="https://3f23b170c54c2533c070-1c8a9b3114517dc5fe17b7c3f8c63a43.ssl.cf2.rackcdn.com"
1920
- PRE_WHEELS="https://7933911d6844c6c53a7d-47bd50c35cd79bd838daf386af554a83.ssl.cf2.rackcdn.com"
20-
- EXTRA_PIP_FLAGS="--find-links=$EXTRA_WHEELS"
21+
- EXTRA_PIP_FLAGS="--find-links=$EXTRA_WHEELS --find-links=$OLD_WHEELS"
2122
- PRE_PIP_FLAGS="--pre $EXTRA_PIP_FLAGS --find-links $PRE_WHEELS"
2223

2324
python:

0 commit comments

Comments
 (0)