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.
2 parents 4c9d0c6 + c64d29a commit ebafbebCopy full SHA for ebafbeb
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/astropy/simple https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
+ devdeps: PIP_EXTRA_INDEX_URL = https://pypi.anaconda.org/astropy/simple https://pypi.anaconda.org/liberfa/simple https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
14
description = run tests
15
deps =
16
pytestoldest: pytest==4.6.0
@@ -28,6 +28,7 @@ deps =
28
devdeps: git+https://github.com/pytest-dev/pytest#egg=pytest
29
devdeps: numpy>=0.0.dev0
30
devdeps: pandas>=0.0.dev0
31
+ devdeps: pyerfa>=0.0.dev0
32
devdeps: astropy>=0.0.dev0
33
extras =
34
test
0 commit comments