We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3721a1 commit 5804c56Copy full SHA for 5804c56
.travis.yml
@@ -17,9 +17,9 @@ env:
17
- INSTALL_TYPE="setup"
18
- CHECK_TYPE="test"
19
- EXTRA_WHEELS="https://3f23b170c54c2533c070-1c8a9b3114517dc5fe17b7c3f8c63a43.ssl.cf2.rackcdn.com"
20
- - PRE_WHEELS="https://7933911d6844c6c53a7d-47bd50c35cd79bd838daf386af554a83.ssl.cf2.rackcdn.com"
+ - 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 --find-links $PRE_WHEELS"
+ - PRE_PIP_FLAGS="--pre $EXTRA_PIP_FLAGS --extra-index-url $NIGHTLY_WHEELS"
23
24
python:
25
- 3.7
@@ -31,6 +31,7 @@ jobs:
31
python: 3.6
32
env:
33
- DEPENDS="numpy"
34
+ - EXTRA_PIP_FLAGS="$PRE_PIP_FLAGS"
35
# Basic dependencies only
36
- python: 3.6
37
0 commit comments