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 ae9b295 commit 986af0bCopy full SHA for 986af0b
.travis.yml
@@ -16,10 +16,8 @@ env:
16
- DEPENDS="numpy scipy matplotlib h5py pillow pydicom indexed_gzip"
17
- INSTALL_TYPE="setup"
18
- CHECK_TYPE="test"
19
- - EXTRA_WHEELS="https://3f23b170c54c2533c070-1c8a9b3114517dc5fe17b7c3f8c63a43.ssl.cf2.rackcdn.com"
20
- 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"
+ - PRE_PIP_FLAGS="--pre --extra-index-url $NIGHTLY_WHEELS"
23
24
python:
25
- 3.7
0 commit comments