Skip to content

Commit 8901a91

Browse files
committed
CI: using nightly wheels for testing
1 parent 87cea39 commit 8901a91

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tox.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ deps =
1515
-rsite/requirements.txt
1616
-rrequirements.txt
1717

18-
# TODO: be clever and use the nightly wheels instead
19-
devdeps: git+https://github.com/numpy/numpy.git#egg=numpy
18+
devdeps: pip install -U --pre --only-binary :all: -i https://pypi.anaconda.org/scipy-wheels-nightly/simple numpy
19+
devdeps: pip install -U --pre --only-binary :all: -i https://pypi.anaconda.org/scipy-wheels-nightly/simple scipy
20+
devdeps: pip install -U --pre --only-binary :all: -i https://pypi.anaconda.org/scipy-wheels-nightly/simple matplotlib
2021

2122
# TODO: add the oldest supported versions of all the dependencies here
2223
# oldestdeps: numpy==1.18

0 commit comments

Comments
 (0)