Skip to content

Commit 5804c56

Browse files
committed
CI: Use scipy-wheels-nightly index on anaconda.org
1 parent b3721a1 commit 5804c56

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ env:
1717
- INSTALL_TYPE="setup"
1818
- CHECK_TYPE="test"
1919
- EXTRA_WHEELS="https://3f23b170c54c2533c070-1c8a9b3114517dc5fe17b7c3f8c63a43.ssl.cf2.rackcdn.com"
20-
- PRE_WHEELS="https://7933911d6844c6c53a7d-47bd50c35cd79bd838daf386af554a83.ssl.cf2.rackcdn.com"
20+
- NIGHTLY_WHEELS="https://pypi.anaconda.org/scipy-wheels-nightly/simple"
2121
- EXTRA_PIP_FLAGS="--find-links=$EXTRA_WHEELS"
22-
- PRE_PIP_FLAGS="--pre $EXTRA_PIP_FLAGS --find-links $PRE_WHEELS"
22+
- PRE_PIP_FLAGS="--pre $EXTRA_PIP_FLAGS --extra-index-url $NIGHTLY_WHEELS"
2323

2424
python:
2525
- 3.7
@@ -31,6 +31,7 @@ jobs:
3131
python: 3.6
3232
env:
3333
- DEPENDS="numpy"
34+
- EXTRA_PIP_FLAGS="$PRE_PIP_FLAGS"
3435
# Basic dependencies only
3536
- python: 3.6
3637
env:

0 commit comments

Comments
 (0)