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 2dc3e3d + 2d3e67e commit 0bf2018Copy full SHA for 0bf2018
setup.cfg
@@ -32,6 +32,9 @@ setup_requires =
32
install_requires =
33
pytest>=4.6
34
numpy
35
+
36
+[options.extras_require]
37
+test =
38
astropy
39
40
[options.entry_points]
tox.ini
@@ -19,7 +19,8 @@ deps =
19
pytest61: pytest==6.1.*
20
pytest62: pytest==6.2.*
21
pytestdev: git+https://github.com/pytest-dev/pytest#egg=pytest
22
-
+extras =
23
+ test
24
commands =
25
pip freeze
26
pytest {toxinidir}/tests {posargs}
0 commit comments