We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e2c068 commit efc44aeCopy full SHA for efc44ae
.travis.yml
@@ -15,9 +15,10 @@ env:
15
- DEPENDS="numpy scipy matplotlib h5py pillow pydicom indexed_gzip"
16
- INSTALL_TYPE="setup"
17
- CHECK_TYPE="test"
18
+ - OLD_WHEELS="https://5cf40426d9f06eb7461d-6fe47d9331aba7cd62fc36c7196769e4.ssl.cf2.rackcdn.com"
19
- EXTRA_WHEELS="https://3f23b170c54c2533c070-1c8a9b3114517dc5fe17b7c3f8c63a43.ssl.cf2.rackcdn.com"
20
- PRE_WHEELS="https://7933911d6844c6c53a7d-47bd50c35cd79bd838daf386af554a83.ssl.cf2.rackcdn.com"
- - EXTRA_PIP_FLAGS="--find-links=$EXTRA_WHEELS"
21
+ - EXTRA_PIP_FLAGS="--find-links=$EXTRA_WHEELS --find-links=$OLD_WHEELS"
22
- PRE_PIP_FLAGS="--pre $EXTRA_PIP_FLAGS --find-links $PRE_WHEELS"
23
24
python:
0 commit comments