Skip to content

Commit beba1cb

Browse files
committed
Need astropy-dev and pandas-dev to go with numpy-dev
1 parent 86fd58c commit beba1cb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ isolated_build = true
1010
[testenv]
1111
changedir = .tmp/{envname}
1212
setenv =
13-
devdeps: PIP_EXTRA_INDEX_URL = https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
13+
devdeps: PIP_EXTRA_INDEX_URL = https://pypi.anaconda.org/astropy/simple https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
1414
description = run tests
1515
deps =
1616
pytestoldest: pytest==4.6.0
@@ -27,6 +27,8 @@ deps =
2727
pytest74: pytest==7.4.*
2828
devdeps: git+https://github.com/pytest-dev/pytest#egg=pytest
2929
devdeps: numpy>=0.0.dev0
30+
devdeps: pandas>=0.0.dev0
31+
devdeps: astropy>=0.0.dev0
3032
extras =
3133
test
3234
commands =

0 commit comments

Comments
 (0)