Skip to content

Commit 3628875

Browse files
committed
MAINT: use the scientific python extra pip index for dev wheels
1 parent e1f50de commit 3628875

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

tox.ini

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ requires =
88

99
description = run tests
1010

11+
setenv =
12+
devdeps: PIP_EXTRA_INDEX_URL = https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
13+
1114
deps =
1215
# We use these files to specify all the dependencies, and below we override
1316
# versions for specific testing schenarios
@@ -24,11 +27,11 @@ deps =
2427
allowlist_externals = bash
2528

2629
commands =
27-
devdeps: pip install -U --pre --only-binary :all: -i https://pypi.anaconda.org/scipy-wheels-nightly/simple numpy
28-
devdeps: pip install -U --pre --only-binary :all: -i https://pypi.anaconda.org/scipy-wheels-nightly/simple scipy
29-
devdeps: pip install -U --pre --only-binary :all: -i https://pypi.anaconda.org/scipy-wheels-nightly/simple matplotlib
30-
devdeps: pip install -U --pre --only-binary :all: -i https://pypi.anaconda.org/scipy-wheels-nightly/simple pandas
31-
devdeps: pip install -U --pre --only-binary :all: -i https://pypi.anaconda.org/scipy-wheels-nightly/simple statsmodels
30+
devdeps: numpy>=0.0.dev0
31+
devdeps: scipy>=0.0.dev0
32+
devdeps: matplotlib>=0.0.dev0
33+
devdeps: pandas>=0.0.dev0
34+
devdeps: statmodels>=0.0.dev0
3235

3336
pip freeze
3437

0 commit comments

Comments
 (0)