Skip to content

Commit 466e6b4

Browse files
committed
CI: moving devdeps installs to commans
1 parent bb2b4b7 commit 466e6b4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tox.ini

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

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
21-
2218
# TODO: add the oldest supported versions of all the dependencies here
2319
# oldestdeps: numpy==1.18
2420
# oldestdeps: matplotlib==3.1.2
2521
# oldestdeps: scipy==1.4
2622

2723
commands =
24+
devdeps: pip install -U --pre --only-binary :all: -i https://pypi.anaconda.org/scipy-wheels-nightly/simple numpy
25+
devdeps: pip install -U --pre --only-binary :all: -i https://pypi.anaconda.org/scipy-wheels-nightly/simple scipy
26+
devdeps: pip install -U --pre --only-binary :all: -i https://pypi.anaconda.org/scipy-wheels-nightly/simple matplotlib
27+
2828
pip freeze
2929

3030
# Ignore testing the tutorials listed in ignore_testing file

0 commit comments

Comments
 (0)