We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86fd58c commit d8a4e31Copy full SHA for d8a4e31
tox.ini
@@ -10,7 +10,7 @@ isolated_build = true
10
[testenv]
11
changedir = .tmp/{envname}
12
setenv =
13
- devdeps: PIP_EXTRA_INDEX_URL = https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
+ devdeps: PIP_EXTRA_INDEX_URL = https://pypi.anaconda.org/astropy/simple https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
14
description = run tests
15
deps =
16
pytestoldest: pytest==4.6.0
@@ -27,6 +27,7 @@ deps =
27
pytest74: pytest==7.4.*
28
devdeps: git+https://github.com/pytest-dev/pytest#egg=pytest
29
devdeps: numpy>=0.0.dev0
30
+ devdeps: astropy>=0.0.dev0
31
extras =
32
test
33
commands =
0 commit comments